get_action_name
Description:
public string get_action_name (int i) throws Error
Get the name of the 'i
-th' action invocable on an object implementing Action
.
Parameters:
this |
a pointer to the Action implementor to query.
|
i |
an integer indicating which action to query.
|
Returns:
the non-localized name of the action, as a UTF-8 string.
|