Click or drag to resize
GameFormOnBeforeExecuteRules Event
Event fires every frame that the game is advancing right before executing rules.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public event GameFormSimpleNotification OnBeforeExecuteRules

Value

Type: (Default Namespace)GameFormSimpleNotification
Remarks
This event does not occur if the game is minimized/paused.
See Also