ACTIVE
Revision as of 06:06, 29 October 2008 by Strife Onizuka (talk | contribs)
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 |