Template:LSL Constants/llRequestSimulatorData: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 1: Line 1:
<noinclude>{| {{Pettytable}}
<noinclude>{| {{Pettytable}}
{{!}}-</noinclude>
|-</noinclude>
{{!}} {{LSL Const|DATA_SIM_POS|integer|5}}
{{!}} {{LSL Const|DATA_SIM_POS|integer|5}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} ([[vector]])
{{!}} ([[vector]])
{{!}} colspan="4" {{!}} The sims global position.
{{!}} colspan="4" {{!}} The regions [[Viewer_coordinate_frames#Global|global position]].
{{!}}-
{{!}}-
{{!}} rowspan="7" {{!}} {{LSL Const|DATA_SIM_STATUS|integer|6}}
{{!}} rowspan="7" {{!}} {{LSL Const|DATA_SIM_STATUS|integer|6}}
Line 13: Line 13:
{{!}}-
{{!}}-
{{!}} "up"
{{!}} "up"
{{!}} colspan="3" {{!}} simulator currently up and running
{{!}} colspan="3" {{!}} region currently up and running
{{!}}-
{{!}}-
{{!}} "down"
{{!}} "down"
{{!}} colspan="3" {{!}} simulator currently down
{{!}} colspan="3" {{!}} region currently down
{{!}}-
{{!}}-
{{!}} "starting"
{{!}} "starting"
{{!}} colspan="3" {{!}} simulator currently starting
{{!}} colspan="3" {{!}} region currently starting
{{!}}-
{{!}}-
{{!}} "stopping"
{{!}} "stopping"
{{!}} colspan="3" {{!}} simulator currently stopping
{{!}} colspan="3" {{!}} region currently stopping
{{!}}-
{{!}}-
{{!}} "crashed"
{{!}} "crashed"
{{!}} colspan="3" {{!}} simulator has crashed
{{!}} colspan="3" {{!}} region has crashed
{{!}}-
{{!}}-
{{!}} "unknown"
{{!}} "unknown"
{{!}} colspan="3" {{!}} simulator status unknown or unknown simulator
{{!}} colspan="3" {{!}} region status unknown or unknown simulator
{{!}}-
{{!}}-
{{!}} {{LSL Const|DATA_SIM_RATING|integer|7}}
{{!}} {{LSL Const|DATA_SIM_RATING|integer|7}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} [[string]]
{{!}} [[string]]
{{!}} colspan="4" {{!}} simulator rating "PG", "MATURE" or "UNKNOWN"
{{!}} colspan="4" {{!}} region rating "PG", "MATURE" <!--, "ADULT"--> or "UNKNOWN"
<noinclude>|}</noinclude>
<noinclude>|}</noinclude>

Revision as of 04:56, 5 May 2009

DATA_SIM_POS 5 (vector) The regions global position.
DATA_SIM_STATUS 6 string Value Description
"up" region currently up and running
"down" region currently down
"starting" region currently starting
"stopping" region currently stopping
"crashed" region has crashed
"unknown" region status unknown or unknown simulator
DATA_SIM_RATING 7 string region rating "PG", "MATURE" or "UNKNOWN"