Click or drag to resize

LightningGeneratorShouldCreateFork Method

Determine if a fork should be created

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool ShouldCreateFork(
	LightningBoltParameters parameters,
	int generation,
	int totalGenerations
)

Parameters

parameters
Type: DigitalRuby.WeatherMakerLightningBoltParameters
Parameters
generation
Type: SystemInt32
Generation
totalGenerations
Type: SystemInt32
Max generation

Return Value

Type: Boolean
True to create fork, false otherwise
See Also