Struct InstanceMemberData
One member of an instance, as presented to another member.
[Serializable]
public struct InstanceMemberData
- Inherited Members
Remarks
IsLeader and IsSelf are resolved by the server for the specific character being answered rather than left for the client to work out. The client cannot reliably decide either — and more to the point it must not, because the same judgement decides whether the kick controls are offered.
Fields
CharacterID
The member's character ID. The only identity a kick request may name.
public long CharacterID
Field Value
IsLeader
Whether this member leads the party that owns the instance.
public bool IsLeader
Field Value
IsSelf
Whether this member is the character being answered.
public bool IsSelf
Field Value
Name
The member's character name, for display.
public string Name