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
EquipmentProvides access to a player's equipment.
ItemAn item that a user can have.
LocalPlayerA class that represents the local player.
PartyThis class provides access to party information. This is either your fellowship or your tribe depending on your alliance.
PartyMember
PlayerA class that represents a player in the game.
PropertyHandler

Enumerations

  NameDescription
AlignmentThe alignment of a player.
ClassThe Class of a player.
EffectCategoryDescribes the category of an effect.
EquipmentSlotThe equipment slot in the player's equipment.
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.
ReadyStateThe ready state of a player.

Remarks

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