PASSIVE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Give Description |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x4}} | |value={{LSL Hex|0x4}} | ||
|desc | |desc=This is used by sensors to find objects that are not moving. | ||
|examples | |examples | ||
|constants={{LSL Constants Sensor|no_wrapper=true}} | |constants={{LSL Constants Sensor|no_wrapper=true}} |
Revision as of 20:21, 7 August 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PASSIVE = 0x4;The integer constant PASSIVE has the value 0x4
This is used by sensors to find objects that are not moving.
Caveats
Related Articles
Constants
|
Functions
• | llDetectedType | |||
• | llSensor | |||
• | llSensorRepeat |