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
Type | Name | Description |
---|---|---|
Dalamud.Game.ActionKind | actionKind | The ActionKind this id is for. |
System.UInt32 | id | The id. |