From Second Life Wiki
SCRIPTED
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.
Related Articles
Constants
| Flag
| Description
|
| AGENT
| 0x1
| This is used to find avatars only.
|
| ACTIVE
| 0x2
| This is used to find objects that are moving.
|
|
| Flag
| Description
|
| PASSIVE
| 0x4
| This is used to find objects that are not moving.
|
| SCRIPTED
| 0x8
| This is used to find objects that have a script attached to them.
|
|
Functions