ACTIVE: Difference between revisions
Jump to navigation
Jump to search
Asuka Neely (talk | contribs) mNo edit summary |
m Added desc |
||
| Line 4: | Line 4: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x2}} | |value={{LSL Hex|0x2}} | ||
|desc | |desc=This is used by sensors to find objects that are moving. | ||
|examples | |examples | ||
|constants={{LSL Constants Sensor|no_wrapper=true}} | |constants={{LSL Constants Sensor|no_wrapper=true}} | ||
Revision as of 10:31, 2 January 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.
Caveats
Related Articles
Constants
| ||||||||||||||||||||||||||||||||
Functions
| • | llDetectedType | |||
| • | llSensor | |||
| • | llSensorRepeat |