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 | ||
| Item | An item that a user can have. | |
| LocalPlayer | A class that represents the local player. | |
| Player | A class that represents a player in the game. |
Enumerations
| Name | Description | |
|---|---|---|
| Alignment | The alignment of a player. | |
| Class | The Class of a player. | |
| EffectCategory | Describes the category of an effect. | |
| 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. |
Remarks
This package is used to access various information about the game that is available to a player.