Difference between revisions of "Template:LSL Constants/llRequestSimulatorData"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<noinclude>{| {{Pettytable}} | <noinclude>{| {{Pettytable}} | ||
{{!}}-</noinclude> | {{!}}-</noinclude> | ||
{{!}} {{ | {{!}} {{LSL Const|DATA_SIM_POS|integer|5}} | ||
{{!}} | {{!}} {{#var:value}} | ||
{{!}} ({{LSLG|vector}}) | {{!}} ({{LSLG|vector}}) | ||
{{!}} colspan="4" {{!}} The sims global position. | {{!}} colspan="4" {{!}} The sims global position. | ||
{{!}}- | {{!}}- | ||
{{!}} rowspan="7" {{!}} {{ | {{!}} rowspan="7" {{!}} {{LSL Const|DATA_SIM_STATUS|integer|6}} | ||
{{!}} rowspan="7" {{!}} | {{!}} rowspan="7" {{!}} {{#var:value}} | ||
{{!}} rowspan="7" {{!}} {{LSLG|string}} | {{!}} rowspan="7" {{!}} {{LSLG|string}} | ||
! Value | ! Value | ||
Line 30: | Line 30: | ||
{{!}} colspan="3" {{!}} simulator status unknown or unknown simulator | {{!}} colspan="3" {{!}} simulator status unknown or unknown simulator | ||
{{!}}- | {{!}}- | ||
{{!}} {{ | {{!}} {{LSL Const|DATA_SIM_RATING|integer|7}} | ||
{{!}} | {{!}} {{#var:value}} | ||
{{!}} {{LSLG|string}} | {{!}} {{LSLG|string}} | ||
{{!}} colspan="4" {{!}} simulator rating "PG", "MATURE" or "UNKNOWN" | {{!}} colspan="4" {{!}} simulator rating "PG", "MATURE" or "UNKNOWN" | ||
<noinclude>|}</noinclude> | <noinclude>|}</noinclude> |
Revision as of 21:53, 5 June 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_SIM_RATING | 7 | string | simulator rating "PG", "MATURE" or "UNKNOWN" |