#include <LuaScriptHandlerMgr.h>
Public Member Functions | |
ScheduleHandlerDelegate () | |
ScheduleHandlerDelegate () | |
ScheduleHandlerDelegate () | |
virtual | ~ScheduleHandlerDelegate () |
void | scheduleFunc (float elapse) |
virtual void | update (float elapse) |
void | setUpdateSchedule (bool isUpdateSchedule) |
bool | isUpdateSchedule () |
Public Member Functions inherited from Ref | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Releases the ownership immediately. More... | |
Ref * | autorelease () |
Releases the ownership sometime soon automatically. More... | |
unsigned int | getReferenceCount () const |
Returns the Ref's current reference count. More... | |
virtual | ~Ref () |
Static Public Member Functions | |
static ScheduleHandlerDelegate * | create () |
local | create () |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
Ref () | |
Constructor. More... | |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
local | _referenceCount |
count of references More... | |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
static |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
void scheduleFunc | ( | float | elapse | ) |
var scheduleFunc | ( | var | elapse | ) |
local scheduleFunc | ( | local | elapse | ) |
|
inline |
|
inline |
|
inline |
|
virtual |
|
virtual |
|
virtual |