C# Class AlphaBiomes.CompProperties_SpawnerDouble

Inheritance: CompProperties
Afficher le fichier Open project: juanosarg/AlphaBiomes

Méthodes publiques

Свойство Type Description
SecondaryThingToSpawn ThingDef
inheritFaction bool
requiresPower bool
saveKeysPrefix string
secondarySpawnCount int
showMessageIfOwned bool
spawnCount int
spawnForbidden bool
spawnIntervalRange IntRange
spawnMaxAdjacent int
thingToSpawn ThingDef
writeTimeLeftToSpawn bool

Méthodes publiques

Méthode Description
CompProperties_SpawnerDouble ( ) : System

Method Details

CompProperties_SpawnerDouble() public méthode

public CompProperties_SpawnerDouble ( ) : System
Résultat System

Property Details

SecondaryThingToSpawn public_oe property

public ThingDef SecondaryThingToSpawn
Résultat ThingDef

inheritFaction public_oe property

public bool inheritFaction
Résultat bool

requiresPower public_oe property

public bool requiresPower
Résultat bool

saveKeysPrefix public_oe property

public string saveKeysPrefix
Résultat string

secondarySpawnCount public_oe property

public int secondarySpawnCount
Résultat int

showMessageIfOwned public_oe property

public bool showMessageIfOwned
Résultat bool

spawnCount public_oe property

public int spawnCount
Résultat int

spawnForbidden public_oe property

public bool spawnForbidden
Résultat bool

spawnIntervalRange public_oe property

public IntRange spawnIntervalRange
Résultat IntRange

spawnMaxAdjacent public_oe property

public int spawnMaxAdjacent
Résultat int

thingToSpawn public_oe property

public ThingDef thingToSpawn
Résultat ThingDef

writeTimeLeftToSpawn public_oe property

public bool writeTimeLeftToSpawn
Résultat bool