Struct PartyMember
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Dalamud.Game.ClientState.Structs
Assembly: Dalamud.dll
Syntax
public struct PartyMember
Fields
| Improve this Doc View SourceactorId
Declaration
public int actorId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
namePtr
Declaration
public IntPtr namePtr
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
objectKind
Declaration
public ObjectKind objectKind
Field Value
| Type | Description |
|---|---|
| ObjectKind |
unknown
Declaration
public long unknown
Field Value
| Type | Description |
|---|---|
| System.Int64 |