Inherits ActionInstant.
Static Public Member Functions | |
| static ReuseGrid * | create (int times) |
| Create an action with the number of times that the current grid will be reused. More... | |
| local | create ( local times) |
| Create an action with the number of times that the current grid will be reused. More... | |
Protected Member Functions | |
| bool | initWithTimes (int times) |
| Initializes an action with the number of times that the current grid will be reused. More... | |
| var | initWithTimes ( var times) |
| Initializes an action with the number of times that the current grid will be reused. More... | |
| local | initWithTimes ( local times) |
| Initializes an action with the number of times that the current grid will be reused. More... | |
ReuseGrid action.
|
static |
Create an action with the number of times that the current grid will be reused.
Specify times the grid will be reused. Return a pointer of ReuseGrid. When the creation failed, return nil.
|
static |
Create an action with the number of times that the current grid will be reused.
Specify times the grid will be reused. Return a pointer of ReuseGrid. When the creation failed, return nil.
|
static |
Create an action with the number of times that the current grid will be reused.
Specify times the grid will be reused. Return a pointer of ReuseGrid. When the creation failed, return nil.
|
protected |
Initializes an action with the number of times that the current grid will be reused.
Specify times the grid will be reused. If the initialization sucess, return true; otherwise, return false.
|
protected |
Initializes an action with the number of times that the current grid will be reused.
Specify times the grid will be reused. If the initialization sucess, return true; otherwise, return false.
|
protected |
Initializes an action with the number of times that the current grid will be reused.
Specify times the grid will be reused. If the initialization sucess, return true; otherwise, return false.