Skip to main content

Interface IPartyMember

Interface representing a party member.

Assembly: Dalamud.dll
View Source
Declaration
public interface IPartyMember

Properties

Address

Gets the address of this party member in memory.

View Source
Declaration
nint Address { get; }

Statuses

Gets a list of buffs or debuffs applied to this party member.

View Source
Declaration
StatusList Statuses { get; }

Position

Gets the position of the party member.

View Source
Declaration
Vector3 Position { get; }

ContentId

Gets the content ID of the party member.

View Source
Declaration
long ContentId { get; }

ObjectId

Gets the actor ID of this party member.

View Source
Declaration
uint ObjectId { get; }

GameObject

Gets the actor associated with this buddy.

View Source
Declaration
IGameObject? GameObject { get; }

CurrentHP

Gets the current HP of this party member.

View Source
Declaration
uint CurrentHP { get; }

MaxHP

Gets the maximum HP of this party member.

View Source
Declaration
uint MaxHP { get; }

CurrentMP

Gets the current MP of this party member.

View Source
Declaration
ushort CurrentMP { get; }

MaxMP

Gets the maximum MP of this party member.

View Source
Declaration
ushort MaxMP { get; }

Territory

Gets the territory this party member is located in.

View Source
Declaration
ExcelResolver<TerritoryType> Territory { get; }

World

Gets the World this party member resides in.

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

Name

Gets the displayname of this party member.

View Source
Declaration
SeString Name { get; }

Sex

Gets the sex of this party member.

View Source
Declaration
byte Sex { get; }

ClassJob

Gets the classjob of this party member.

View Source
Declaration
ExcelResolver<ClassJob> ClassJob { get; }

Level

Gets the level of this party member.

View Source
Declaration
byte Level { get; }