C# Class AlphaBiomes.CompProperties_SpawnerDouble

Inheritance: CompProperties
Show file 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 property

public ThingDef SecondaryThingToSpawn
return ThingDef

inheritFaction public property

public bool inheritFaction
return bool

requiresPower public property

public bool requiresPower
return bool

saveKeysPrefix public property

public string saveKeysPrefix
return string

secondarySpawnCount public property

public int secondarySpawnCount
return int

showMessageIfOwned public property

public bool showMessageIfOwned
return bool

spawnCount public property

public int spawnCount
return int

spawnForbidden public property

public bool spawnForbidden
return bool

spawnIntervalRange public property

public IntRange spawnIntervalRange
return IntRange

spawnMaxAdjacent public property

public int spawnMaxAdjacent
return int

thingToSpawn public property

public ThingDef thingToSpawn
return ThingDef

writeTimeLeftToSpawn public property

public bool writeTimeLeftToSpawn
return bool