Difference between revisions of "DATA ONLINE"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=DATA_ONLINE |type=integer |value=1 |desc=boolean. true if online. |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |functions= {{LSL Define...) |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=1 | |value=1 | ||
|desc=boolean. | |desc=boolean. [[TRUE]] if online. | ||
|pa= | |pa= | ||
|text= | |text= |
Revision as of 16:34, 27 November 2008
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
boolean. TRUE if online.
Caveats
Related Articles
Functions
• | llRequestAgentData |