Skip to main content

Delegate IFlyTextGui.OnFlyTextCreatedDelegate

The delegate defining the type for the FlyText event.

Assembly: Dalamud.dll
View Source
Declaration
public delegate void IFlyTextGui.OnFlyTextCreatedDelegate(ref FlyTextKind kind, ref int val1, ref int val2, ref SeString text1, ref SeString text2, ref uint color, ref uint icon, ref uint damageTypeIcon, ref float yOffset, ref bool handled)