Skip to main content

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 Dalamud.Game.ClientState.Resolvers.ExcelResolver%601?text=world of the character.

View Source
Declaration
ExcelResolver<World> CurrentWorld { get; }

HomeWorld

Gets the home Dalamud.Game.ClientState.Resolvers.ExcelResolver%601?text=world of the character.

View Source
Declaration
ExcelResolver<World> HomeWorld { get; }