do_action
Description:
public abstract bool do_action (
int i)
Perform the specified action on the object.
Parameters:
this |
a Object instance that implements AtkActionIface
|
i |
the action index corresponding to the action to be performed
|
Returns:
true if success, false otherwise
|