Interface IPlayerCharacter
Interface representing a player character.
Assembly: Dalamud.dll
View Source
Declaration
public interface IPlayerCharacter : IBattleChara, ICharacter, IGameObject, IEquatable<IGameObject>
Properties
CurrentWorld
Gets the current Lumina.Excel.RowRef%601?text=world
of the character.
View Source
Declaration
RowRef<World> CurrentWorld { get; }
HomeWorld
Gets the home Lumina.Excel.RowRef%601?text=world
of the character.
View Source
Declaration
RowRef<World> HomeWorld { get; }