Difference between revisions of "ACTIVE"
Jump to navigation
Jump to search
m (Added desc) |
|||
Line 4: | Line 4: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x2}} | |value={{LSL Hex|0x2}} | ||
|desc=This is used by sensors to find objects that are moving. | |desc=This is used by sensors to find objects that are moving or objects that contain active scripts. | ||
|examples | |examples | ||
|constants={{LSL Constants Sensor|no_wrapper=true}} | |constants={{LSL Constants Sensor|no_wrapper=true}} |
Revision as of 06:00, 29 October 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.
Caveats
Related Articles
Constants
|
Functions
• | llDetectedType | |||
• | llSensor | |||
• | llSensorRepeat |