CCTimer Class Reference
| Inherits from | NSObject |
| Declared in | CCScheduler.h |
Tasks
Other Methods
Other Methods
-
+ 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:Initializes a timer with a target, a selector and an interval in seconds.
Class Methods
Instance Methods
initWithTarget:selector:
Initializes a timer with a target and a selector.
- (id)initWithTarget:(id)t selector:(SEL)sDeclared In
CCScheduler.h