do_action
Description:
public bool do_action (
int i)
throws Error
Invoke the action indicated by index
.
Parameters:
this |
a pointer to the Action to query.
|
i |
an integer specifying which action to invoke.
|
Returns:
TRUE if the action is successfully invoked, otherwise FALSE .
|