Aus WARWiki
Returns the textual name for an action (binding target) given its id number.
Nutzung
local actName = GetActionNameFromId(actId)
Arguments
* actId (number)
- The id of the action to return the name of.
Return Values
* actName (string)
- The name of the action for the specified action.