[ Version ( since = "1.4" ) ]
public void add_action (Action action)
Adds action
to the list of actions applied to this
A Action can only belong to one actor at a time
The Actor will hold a reference on action
until either
remove_action or
clear_actions is called
this |
a Actor |
action |
a Action |