Click or drag to resize
GameFormOnAfterDrawOverlay Event
Event fires every frame that the game is advancing after the overlay map is drawn.

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

Value

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