get_action_description
Description:
public string get_action_description (
int i)
throws Error
Get the description of '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:
a UTF-8 string describing the 'i -th' invocable action.
|