DATA SIM STATUS
Revision as of 17:31, 7 April 2008 by Karzita Zabaleta (talk | contribs) (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...)
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 string. One of
"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 simulato
Caveats
Related Articles
Functions
• | llRequestSimulatorData |