Table of Contents

Struct InstanceMemberData

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

long

IsLeader

Whether this member leads the party that owns the instance.

public bool IsLeader

Field Value

bool

IsSelf

Whether this member is the character being answered.

public bool IsSelf

Field Value

bool

Name

The member's character name, for display.

public string Name

Field Value

string