Beta Documentation - Subject to change.

A class that represents a player in the game.

Methods

  NameDescription
GetAlignmentGets the alignment of the player.
GetBaseMaxMoraleGets the base max morale of the actor. (Inherited from Actor)
GetBaseMaxPowerGets the base max power of the actor. (Inherited from Actor)
GetClassGets the class of the player.
GetEffectsGets the effects on the actor. (Inherited from Actor)
GetLevelGets the level of the actor. (Inherited from Actor)
GetMaxMoraleGets the max morale of the actor. (Inherited from Actor)
GetMaxPowerGets the max power of the actor. (Inherited from Actor)
GetMoraleGets the current morale of the actor. (Inherited from Actor)
GetNameGets the name of the entity. (Inherited from Entity)
GetPowerGets the current power of the actor. (Inherited from Actor)
GetRaceGets the race of the player.

Events

  NameDescription
BaseMaxMoraleChangedEvent fired when the actor's base max morale changes. (Inherited from Actor)
BaseMaxPowerChangedEvent fired when he actor's base max power changes. (Inherited from Actor)
LevelChangedEvent fired when the actor's level changes. (Inherited from Actor)
MaxMoraleChangedEvent fired when the actor's max morale changes. (Inherited from Actor)
MaxPowerChangedEvent fired when he actor's max power changes. (Inherited from Actor)
MoraleChangedEvent fired when the actor's morale changes. (Inherited from Actor)
NameChangedEvent fired when the actor's name changes. (Inherited from Actor)
PowerChangedEvent fired when he actor's power changes. (Inherited from Actor)