C# Class AlphaBiomes.CompProperties_SpawnerDouble

Inheritance: CompProperties
Datei anzeigen Open project: juanosarg/AlphaBiomes

Public Properties

Property 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

Public Methods

Method Description
CompProperties_SpawnerDouble ( ) : System

Method Details

CompProperties_SpawnerDouble() public method

public CompProperties_SpawnerDouble ( ) : System
return System

Property Details

SecondaryThingToSpawn public_oe property

public ThingDef SecondaryThingToSpawn
return ThingDef

inheritFaction public_oe property

public bool inheritFaction
return bool

requiresPower public_oe property

public bool requiresPower
return bool

saveKeysPrefix public_oe property

public string saveKeysPrefix
return string

secondarySpawnCount public_oe property

public int secondarySpawnCount
return int

showMessageIfOwned public_oe property

public bool showMessageIfOwned
return bool

spawnCount public_oe property

public int spawnCount
return int

spawnForbidden public_oe property

public bool spawnForbidden
return bool

spawnIntervalRange public_oe property

public IntRange spawnIntervalRange
return IntRange

spawnMaxAdjacent public_oe property

public int spawnMaxAdjacent
return int

thingToSpawn public_oe property

public ThingDef thingToSpawn
return ThingDef

writeTimeLeftToSpawn public_oe property

public bool writeTimeLeftToSpawn
return bool