Show / Hide Table of Contents

Class MyObjectBuilder_SpawnGroupDefinition

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_DefinitionBase
MyObjectBuilder_SpawnGroupDefinition
Inherited Members
MyObjectBuilder_DefinitionBase.Id
MyObjectBuilder_DefinitionBase.DisplayName
MyObjectBuilder_DefinitionBase.Description
MyObjectBuilder_DefinitionBase.Icons
MyObjectBuilder_DefinitionBase.Public
MyObjectBuilder_DefinitionBase.Enabled
MyObjectBuilder_DefinitionBase.AvailableInSurvival
MyObjectBuilder_DefinitionBase.DescriptionArgs
MyObjectBuilder_DefinitionBase.DLCs
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_SpawnGroupDefinition : MyObjectBuilder_DefinitionBase

Constructors

MyObjectBuilder_SpawnGroupDefinition()

Declaration
public MyObjectBuilder_SpawnGroupDefinition()

Fields

EnableNpcResources

Declaration
public bool EnableNpcResources
Field Value
Type Description
System.Boolean

EnableTradingStationVisit

Declaration
public bool EnableTradingStationVisit
Field Value
Type Description
System.Boolean

Factions

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

FactionSubEncounters

Declaration
public SubEncounter[] FactionSubEncounters
Field Value
Type Description
SubEncounter[]

FactionTypes

Declaration
public List<string> FactionTypes
Field Value
Type Description
System.Collections.Generic.List<System.String>

Frequency

Declaration
public float Frequency
Field Value
Type Description
System.Single

GlobalEncounterSettings

Declaration
public GlobalEncounterSettings GlobalEncounterSettings
Field Value
Type Description
GlobalEncounterSettings

HostileSubEncounters

Declaration
public SubEncounter[] HostileSubEncounters
Field Value
Type Description
SubEncounter[]

IsCargoShip

Declaration
public bool IsCargoShip
Field Value
Type Description
System.Boolean

IsEncounter

Declaration
public bool IsEncounter
Field Value
Type Description
System.Boolean

IsGlobalEncounter

Declaration
public bool IsGlobalEncounter
Field Value
Type Description
System.Boolean

IsPirate

Declaration
[Nullable]
public Nullable<bool> IsPirate
Field Value
Type Description
System.Nullable<System.Boolean>

IsPlanetaryEncounter

Declaration
public bool IsPlanetaryEncounter
Field Value
Type Description
System.Boolean

MaxFactionSubEncounters

Declaration
public byte MaxFactionSubEncounters
Field Value
Type Description
System.Byte

MaxHostileSubEncounters

Declaration
public byte MaxHostileSubEncounters
Field Value
Type Description
System.Byte

MinFactionSubEncounters

Declaration
public byte MinFactionSubEncounters
Field Value
Type Description
System.Byte

MinHostileSubEncounters

Declaration
public byte MinHostileSubEncounters
Field Value
Type Description
System.Byte

PlanetaryInstallationSettings

Declaration
public PlanetaryInstallationSettings PlanetaryInstallationSettings
Field Value
Type Description
PlanetaryInstallationSettings

Prefabs

Declaration
public MyObjectBuilder_SpawnGroupDefinition.SpawnGroupPrefab[] Prefabs
Field Value
Type Description
MyObjectBuilder_SpawnGroupDefinition.SpawnGroupPrefab[]

RandomizedPaint

Declaration
public bool RandomizedPaint
Field Value
Type Description
System.Boolean

ReactorsOn

Declaration
public bool ReactorsOn
Field Value
Type Description
System.Boolean

Voxels

Declaration
public MyObjectBuilder_SpawnGroupDefinition.SpawnGroupVoxel[] Voxels
Field Value
Type Description
MyObjectBuilder_SpawnGroupDefinition.SpawnGroupVoxel[]

Extension Methods

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