Inherits from CCTimer : NSObject
Declared in CCScheduler.h

Tasks

Properties

selector

selector

@property (nonatomic, readonly) SEL selector

Declared In

CCScheduler.h

Class Methods

timerWithTarget:selector:

Allocates a timer with a target and a selector.

+ (id)timerWithTarget:(id)t selector:(SEL)s

Declared In

CCScheduler.h

timerWithTarget:selector:interval:

Allocates a timer with a target, a selector and an interval in seconds.

+ (id)timerWithTarget:(id)t selector:(SEL)s interval:(ccTime)seconds

Declared In

CCScheduler.h

Instance Methods

initWithTarget:selector:

Initializes a timer with a target and a selector.

- (id)initWithTarget:(id)t selector:(SEL)s

Declared In

CCScheduler.h

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

- (id)initWithTarget:(id)t selector:(SEL)s interval:(ccTime)seconds repeat:(uint)r delay:(ccTime)d

Declared In

CCScheduler.h