r3timer

r3timer

Class

oops/r3timer.h

Library

r3oops

Description:

Timer Class timer = R3ObjectCreate(R3CLID_TIMER, R3RA_Hook, callback, R3RA_HooKData, param_for_callback, R3TAG_END);

See Also

oops/r3root.h

Super Class

r3Root

R3CLID_ROOT

JavaScript

r3Timer

Class Identifier

R3CLID_TIMER - 82

Methods

TRIGGER, CANCEL,

Registration

int R3RegisterTimerClass(R3APP *app);

R3TIMERM_TRIGGER

Method

TRIGGER

Identifier

R3TIMERM_TRIGGER

Param 3:

R3INT, time in msecs

JavaScript

obj.TRIGGER(p3);

Description

Set time for timer.

R3TIMERM_CANCEL

Method

CANCEL

Identifier

R3TIMERM_CANCEL

JavaScript

obj.CANCEL();

Description

Cancel timer