API Reference
Type reference for the SLua runtime
@gwigz/slua-types covers the whole SLua/LSL runtime: 522 LSL API
functions, 1,022 constants, the core types, the event system, and the Lua
standard library.
ll.* Namespace
LSL API functions (ll.Say, ll.GetPos, ll.Listen, ...)
Events & Timers
LLEvents, LLTimers, DetectedEvent, and event handlers
Core Types
Vector, Quaternion, UUID classes
Constants
LSL constants (CHANGED_*, PRIM_*, AGENT_*, ...)
Global Functions
Lua builtins: pairs, ipairs, print, tonumber, ...
Standard Library
math, string, table, bit32, buffer, coroutine, ...