Classes
Name | Description | |
---|---|---|
![]() | Actor | Base class for any entity that interacts in the world. |
![]() | Attributes | Represents a collection of information about an entity. |
![]() | Backpack | Provides access to a player's backpack. |
![]() | ClassAttributes | Base class for class information. |
![]() | Effect | Represents an effect that can be applied to an entity. |
![]() | EffectList | A utility class used by Actors to hold the list of effects. |
![]() | Entity | Base class for any entity in the game. |
![]() | EntityReference | |
![]() | Equipment | Provides access to a player's equipment. |
![]() | Item | An item that a user can have. |
![]() | LocalPlayer | A class that represents the local player. |
![]() | Party | This class provides access to party information. This is either your fellowship or your tribe depending on your alliance. |
![]() | PartyMember | |
![]() | Player | A class that represents a player in the game. |
![]() | PropertyHandler |
Enumerations
Name | Description | |
---|---|---|
![]() | Alignment | The alignment of a player. |
![]() | Class | The Class of a player. |
![]() | EffectCategory | Describes the category of an effect. |
![]() | EquipmentSlot | The equipment slot in the player's equipment. |
![]() | ItemCategory | Describes the category of an item. |
![]() | ItemDurability | Describes the durability of an item. |
![]() | ItemQuality | Describes the quality of an item. |
![]() | ItemWearState | Describes the current wear state of an item. |
![]() | Race | The Race of a player. |
![]() | ReadyState | The ready state of a player. |
Remarks
This package is used to access various information about the game that is available to a player.