CCTimerTargetSelector Class Reference
Inherits from | CCTimer : NSObject |
Declared in | CCScheduler.h |
Tasks
-
selector
selector
property -
+ timerWithTarget:selector:
Allocates a timer with a target and a selector.
-
+ timerWithTarget:selector:interval:
Allocates a timer with a target, a selector and an interval in seconds.
-
– initWithTarget:selector:
Initializes a timer with a target and a selector.
-
– initWithTarget:selector:interval:repeat:delay:
Initializes a timer with a target, a selector, an interval in seconds, repeat in number of times to repeat, delay in seconds