Click or drag to resize
OnSimulationToggle Delegate
Handler delegate for Game.OnSimulationToggle

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void OnSimulationToggle(
	bool simulating
)

Parameters

simulating
Type: SystemBoolean
Whether the game is simulating
See Also