Difference between revisions of "DATA ONLINE"
Jump to navigation
Jump to search
m |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=1 | |value=1 | ||
|desc=boolean. [[TRUE]] if online. | |desc=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. | ||
|pa= | |pa= | ||
|text= | |text= | ||
Line 15: | Line 15: | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llRequestAgentData]]|}} | {{LSL DefineRow||[[llRequestAgentData]]|}} | ||
|events | |events= | ||
{{LSL DefineRow||[[dataserver]]|}} | |||
|location | |location | ||
|cat1 | |cat1 |
Revision as of 04:02, 19 April 2009
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 |