@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

Object/avatar detection info passed to touch, collision, and sensor event handlers. Provides methods like getKey(), getName(), getPos(), etc.

Prop

Type

LLEventMap

The full mapping of event names to their handler signatures.

Prop

Type

On this page