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