add_action
Description:
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
Parameters:
this |
a Actor |
action |
a Action |