Difference between revisions of "AGENT AWAY"
Jump to navigation
Jump to search
m (2 revisions: Zai, AGENT AWAY test import) |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x0040}} | |value={{LSL Hex|0x0040}} | ||
|desc= | |desc=Indicates that the agent has either toggled away or has been inactive for too long. | ||
|pa= | |pa= | ||
|text= | |text= |
Revision as of 12:29, 13 July 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer AGENT_AWAY = 0x0040;The integer constant AGENT_AWAY has the value 0x0040
Indicates that the agent has either toggled away or has been inactive for too long.
Caveats
Related Articles
Functions
• | llGetAgentInfo |