API Reference
Complete type reference for the SLua runtime
The @gwigz/slua-types package provides TypeScript definitions for the
complete SLua/LSL runtime environment. This includes 522 LSL API functions,
1,022 constants, core types, event handling, 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, ...