Show / Hide Table of Contents

Class MyObjectBuilder_FactionCollection

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_FactionCollection
Inherited Members
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_FactionCollection : MyObjectBuilder_Base

Constructors

MyObjectBuilder_FactionCollection()

Declaration
public MyObjectBuilder_FactionCollection()

Fields

Factions

Declaration
public List<MyObjectBuilder_Faction> Factions
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_Faction>

Players

Declaration
public SerializableDictionary<long, long> Players
Field Value
Type Description
VRage.Serialization.SerializableDictionary<System.Int64, System.Int64>

PlayerToFactionsVis

Declaration
public List<MyObjectBuilder_FactionsVisEntry> PlayerToFactionsVis
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_FactionsVisEntry>

Relations

Declaration
public List<MyObjectBuilder_FactionRelation> Relations
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_FactionRelation>

RelationsWithPlayers

Declaration
public List<MyObjectBuilder_PlayerFactionRelation> RelationsWithPlayers
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_PlayerFactionRelation>

Requests

Declaration
public List<MyObjectBuilder_FactionRequests> Requests
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_FactionRequests>

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾