DATA ONLINE
Revision as of 04:02, 19 April 2009 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer DATA_ONLINE = 1;The integer constant DATA_ONLINE has the value 1
Used with llRequestAgentData to return a string that contains the integer boolean for if the user is online (or not). TRUE if online, FALSE if offline.
Caveats
Related Articles
Constants
|
Functions
• | llRequestAgentData |
Events
• | dataserver |