Timer Event

Description

In BBj 3.0 and higher, a timer event was fired.

Mandatory/Optional

Mandatory.

Event Mask Bit

None. Event is always visible if a timer has been created.

Event Template

context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)

Field

Description

context

0

code

T

id

0

flags

0

x

Timer value in milliseconds. MOD(milliseconds, 65535) if more than 65.535 seconds.

y

Timer key, if specified as a number.

For more information, see BBjAPI::createTimer.