ACTIVE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|name=ACTIVE | |name=ACTIVE | ||
Revision as of 09:13, 6 December 2008
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ACTIVE = 0x2;The integer constant ACTIVE has the value 0x2
This is used by sensors to find objects that are moving or objects that contain active scripts.
Active is intended to mean any object for which the simulator is having to spend CPU time on be it on an embedded script or the object's physical representation.
Caveats
Related Articles
Constants
| ||||||||||||||||||||||||||||||||
Functions
| • | llDetectedType | |||
| • | llSensor | |||
| • | llSensorRepeat |