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