Cocos2d-x  v3.11
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
ReuseGrid Class Reference

ReuseGrid action. More...

Inherits ActionInstant.

Static Public Member Functions

static ReuseGridcreate (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...
 

Detailed Description

ReuseGrid action.

Member Function Documentation

static ReuseGrid* create ( int  times)
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.

var create ( var  times)
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.

local create ( local  times)
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.

bool initWithTimes ( int  times)
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.

var initWithTimes ( var  times)
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.

local initWithTimes ( local  times)
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.


The documentation for this class was generated from the following file: