Show / Hide Table of Contents

Class MyFactionMember

Inheritance
System.Object
MyFactionMember
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public sealed class MyFactionMember : ValueType

Constructors

MyFactionMember(Int64, Boolean, Boolean)

Declaration
public MyFactionMember(long id, bool isLeader, bool isFounder = false)
Parameters
Type Name Description
System.Int64 id
System.Boolean isLeader
System.Boolean isFounder

Fields

Comparer

Declaration
public static readonly MyFactionMember.FactionComparerType Comparer
Field Value
Type Description
MyFactionMember.FactionComparerType

IsFounder

Declaration
public bool IsFounder
Field Value
Type Description
System.Boolean

IsLeader

Declaration
public bool IsLeader
Field Value
Type Description
System.Boolean

PlayerId

Declaration
public long PlayerId
Field Value
Type Description
System.Int64

Operators

Implicit(MyFactionMember to MyObjectBuilder_FactionMember)

Declaration
public static implicit operator MyObjectBuilder_FactionMember(MyFactionMember v)
Parameters
Type Name Description
MyFactionMember v
Returns
Type Description
MyObjectBuilder_FactionMember

Implicit(MyObjectBuilder_FactionMember to MyFactionMember)

Declaration
public static implicit operator MyFactionMember(MyObjectBuilder_FactionMember v)
Parameters
Type Name Description
MyObjectBuilder_FactionMember v
Returns
Type Description
MyFactionMember
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾