A B C D E F I J K L M N O R S T U V W
Ca Ch Co

Constants

Constants are pre-defined values that do not change–they’re constant: TRUE will always equal 1. However, this does not mean that values should be used instead; while there’s no technical reason not to, constants exist to simplify your code and make...

Control

control(key id, integer held, integer change) Once a script has permission to take control inputs from the avatar with the key id (see llRequestPermissions), and has taken control of the...

Controls

Controls can be various things in the metaverse, from UI elements to functions to events to constants. The avatar and camera can be specifically controlled through LSL but another type of...