Skip to main content

Class ActionKindExtensions

Extension methods for the Dalamud.Game.ActionKind enum.

Assembly: Dalamud.dll
View Source
Declaration
public static class ActionKindExtensions

Methods

GetActStrId(ActionKind, uint)

Converts the id of an ActionKind to the id used in the ActStr sheet redirect.

View Source
Declaration
public static uint GetActStrId(this ActionKind actionKind, uint id)
Returns

System.UInt32: An id that can be used in the ActStr sheet redirect.

Parameters
TypeNameDescription
Dalamud.Game.ActionKindactionKindThe ActionKind this id is for.
System.UInt32idThe id.