C# Class CaveworldFlora.MapComponent_ClusterPlant

MapComponent_ClusterPlant class.
Inheritance: MapComponent
Datei anzeigen Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
nextRandomSpawnTick int
randomSpawnPeriodInTicks int

Public Methods

Method Description
ExposeData ( ) : void
MapComponentTick ( ) : void
TrySpawnNewClusterAtRandomPosition ( ) : void

Tries to spawn a new cluster at a random position on the map. The exclusivity radius still applies.

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

MapComponentTick() public method

public MapComponentTick ( ) : void
return void

TrySpawnNewClusterAtRandomPosition() public method

Tries to spawn a new cluster at a random position on the map. The exclusivity radius still applies.
public TrySpawnNewClusterAtRandomPosition ( ) : void
return void

Property Details

nextRandomSpawnTick public_oe property

public int nextRandomSpawnTick
return int

randomSpawnPeriodInTicks public_oe property

public int randomSpawnPeriodInTicks
return int