|
class | ActionInstant |
| Instant actions are immediate actions. More...
|
|
class | Show |
| Show the node. More...
|
|
class | Hide |
| Hide the node. More...
|
|
class | ToggleVisibility |
| Toggles the visibility of a node. More...
|
|
class | RemoveSelf |
| Remove the node. More...
|
|
class | FlipX |
| Flips the sprite horizontally. More...
|
|
class | FlipY |
| Flips the sprite vertically. More...
|
|
class | Place |
| Places the node in a certain position. More...
|
|
class | CallFunc |
| Calls a 'callback'. More...
|
|
class | CallFuncN |
| Calls a 'callback' with the node as the first argument N means Node. More...
|
|
class | __CCCallFuncND |
| Calls a 'callback' with the node as the first argument and the 2nd argument is data ND means: Node and Data. Data is void *, so it could be anything. More...
|
|
class | __CCCallFuncO |
| Calls a 'callback' with an object as the first argument. O means Object. More...
|
|