Space Engineers
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
VRage.Game.MyFactionMember Struct Reference

Classes

class  FactionComparerType
 

Public Member Functions

 MyFactionMember (long id, bool isLeader, bool isFounder=false)
 

Static Public Member Functions

static implicit operator MyFactionMember (MyObjectBuilder_FactionMember v)
 
static implicit operator MyObjectBuilder_FactionMember (MyFactionMember v)
 

Public Attributes

long PlayerId
 
bool IsLeader
 
bool IsFounder
 

Static Public Attributes

static readonly FactionComparerType Comparer = new FactionComparerType()
 

Detailed Description

Definition at line 18 of file MyPlayerInfo.cs.

Constructor & Destructor Documentation

VRage.Game.MyFactionMember.MyFactionMember ( long  id,
bool  isLeader,
bool  isFounder = false 
)
inline

Definition at line 24 of file MyPlayerInfo.cs.

Member Function Documentation

static implicit VRage.Game.MyFactionMember.operator MyFactionMember ( MyObjectBuilder_FactionMember  v)
inlinestatic

Definition at line 33 of file MyPlayerInfo.cs.

static implicit VRage.Game.MyFactionMember.operator MyObjectBuilder_FactionMember ( MyFactionMember  v)
inlinestatic

Definition at line 38 of file MyPlayerInfo.cs.

Member Data Documentation

readonly FactionComparerType VRage.Game.MyFactionMember.Comparer = new FactionComparerType()
static

Definition at line 59 of file MyPlayerInfo.cs.

bool VRage.Game.MyFactionMember.IsFounder

Definition at line 22 of file MyPlayerInfo.cs.

bool VRage.Game.MyFactionMember.IsLeader

Definition at line 21 of file MyPlayerInfo.cs.

long VRage.Game.MyFactionMember.PlayerId

Definition at line 20 of file MyPlayerInfo.cs.


The documentation for this struct was generated from the following file: