C# Class CaveworldFlora.GleamcapSporeSpawner

GleamcapSporeSpawner class.
Inheritance: Building
Datei anzeigen Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Properties

Property Type Description
nextNearbyPawnCheckTick int
nextSporeThrowTick int
parent ClusterPlant_Gleamcap
sporeSpawnEndTick int

Public Methods

Method Description
ExposeData ( ) : void

Save and load internal state variables (stored in savegame data).

SpawnSetup ( ) : void

Initialize instance variables.

Tick ( ) : void

Main function: - throw some spore. - try to apply a mood effect on nearby colonists.

Method Details

ExposeData() public method

Save and load internal state variables (stored in savegame data).
public ExposeData ( ) : void
return void

SpawnSetup() public method

Initialize instance variables.
public SpawnSetup ( ) : void
return void

Tick() public method

Main function: - throw some spore. - try to apply a mood effect on nearby colonists.
public Tick ( ) : void
return void

Property Details

nextNearbyPawnCheckTick public_oe property

public int nextNearbyPawnCheckTick
return int

nextSporeThrowTick public_oe property

public int nextSporeThrowTick
return int

parent public_oe property

public ClusterPlant_Gleamcap,CaveworldFlora parent
return ClusterPlant_Gleamcap

sporeSpawnEndTick public_oe property

public int sporeSpawnEndTick
return int