Difference between revisions of "DATA SIM STATUS"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=DATA_SIM_STATUS |type=integer |value=6 |desc=returns string. One of "up" simulator currently up and running "down" simulator currently down "starting" simulator...) |
m (Re-format) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=6 | |value=6 | ||
|desc= | |desc=Returns one of these strings. | ||
"up" | * "up": simulator currently up and running | ||
"down" | * "down": simulator currently down | ||
"starting" | * "starting": simulator currently starting | ||
"stopping" | * "stopping": simulator currently stopping | ||
"crashed" | * "crashed": simulator has crashed | ||
"unknown" | * "unknown": simulator status unknown or unknown simulator | ||
|pa= | |pa= | ||
|text= | |text= |
Revision as of 05:31, 4 May 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer DATA_SIM_STATUS = 6;The integer constant DATA_SIM_STATUS has the value 6
Returns one of these strings.
- "up": simulator currently up and running
- "down": simulator currently down
- "starting": simulator currently starting
- "stopping": simulator currently stopping
- "crashed": simulator has crashed
- "unknown": simulator status unknown or unknown simulator
Caveats
Related Articles
Functions
• | llRequestSimulatorData |