@gwigz/slua

Events & Timers

LLEvents, LLTimers, DetectedEvent, and the event system

LLEvents

The event registration singleton. Use LLEvents.on() to subscribe to Second Life events like touch_start, listen, changed, etc.

Prop

Type

LLTimers

Timer scheduling interface with every() and once() methods.

Prop

Type

DetectedEvent

Detection info for the object or avatar that triggered a touch, collision, or sensor event. Has getKey(), getName(), getPos(), and so on.

Prop

Type

LLEventMap

The full mapping of event names to their handler signatures.

Prop

Type

On this page