Delegate Framework.OnUpdateDelegate
A delegate type used with the Update event.
Namespace: Dalamud.Game
Assembly: Dalamud.dll
Syntax
public delegate void OnUpdateDelegate(Framework framework);
Parameters
| Type | Name | Description |
|---|---|---|
| Framework | framework | The Framework instance. |