Delegate GameActionEventHandler
Represents the method that handles a Being's PerformingAction or ActionPerformed events.
Namespace: osrlib.Core
Assembly: osrlib.Core.dll
Syntax
public delegate void GameActionEventHandler(object sender, GameActionEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The object generating the event. |
| GameActionEventArgs | e | The GameAction for the event. |