Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX