ACTIVE

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Constant: integer ACTIVE = 0x2;

The integer constant ACTIVE has the value 0x2

This is used by sensors to find objects that are moving.

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

•  llDetectedType
•  llSensor
•  llSensorRepeat
Personal tools