Difference between revisions of "Template:LSL Constants/llRequestSimulatorData"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<noinclude>{| {{Pettytable}} | <noinclude>{| {{Pettytable}} | ||
{{!}}-</noinclude> | {{!}}-</noinclude> | ||
{{!}} {{LSLG|DATA_SIM_POS}} | {{!}} {{LSLG|DATA_SIM_POS}} | ||
{{!}} 5 | |||
{{!}} ({{LSLG|vector}}) | {{!}} ({{LSLG|vector}}) | ||
{{!}} colspan="4" {{!}} The sims global position. | {{!}} colspan="4" {{!}} The sims global position. | ||
{{!}}- | {{!}}- | ||
{{!}} rowspan="7" {{!}} {{LSLG|DATA_SIM_STATUS}} | {{!}} rowspan="7" {{!}} {{LSLG|DATA_SIM_STATUS}} | ||
{{!}} rowspan="7" {{!}} 6 | |||
{{!}} rowspan="7" {{!}} {{LSLG|string}} | {{!}} rowspan="7" {{!}} {{LSLG|string}} | ||
! Value | ! Value | ||
Line 29: | Line 31: | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSLG|DATA_BORN}} | {{!}} {{LSLG|DATA_BORN}} | ||
{{!}} 7 | |||
{{!}} {{LSLG|string}} | {{!}} {{LSLG|string}} | ||
{{!}} colspan="4" {{!}} The account creation/"born on" date as a string in in ISO 8601 format of YYYY-MM-DD. | {{!}} colspan="4" {{!}} The account creation/"born on" date as a string in in ISO 8601 format of YYYY-MM-DD. | ||
<noinclude>|}</noinclude> | <noinclude>|}</noinclude> |
Revision as of 15:33, 21 February 2007
DATA_SIM_POS | 5 | (vector) | The sims global position. | |||
DATA_SIM_STATUS | 6 | string | Value | Description | ||
---|---|---|---|---|---|---|
"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 | |||||
DATA_BORN | 7 | string | The account creation/"born on" date as a string in in ISO 8601 format of YYYY-MM-DD. |