Beta Documentation - Subject to change.

Provides classes for accessing game related information.

Classes

  NameDescription
ActorBase class for any entity that interacts in the world.
AttributesRepresents a collection of information about an entity.
BackpackProvides access to a player's backpack.
ClassAttributesBase class for class information.
EffectRepresents an effect that can be applied to an entity.
EffectListA utility class used by Actors to hold the list of effects.
EntityBase class for any entity in the game.
EntityReference
ItemAn item that a user can have.
LocalPlayerA class that represents the local player.
PlayerA class that represents a player in the game.

Enumerations

  NameDescription
AlignmentThe alignment of a player.
ClassThe Class of a player.
EffectCategoryDescribes the category of an effect.
ItemCategoryDescribes the category of an item.
ItemDurabilityDescribes the durability of an item.
ItemQualityDescribes the quality of an item.
ItemWearStateDescribes the current wear state of an item.
RaceThe Race of a player.

Remarks

This package is used to access various information about the game that is available to a player.