Template:LSL Constants/llRequestSimulatorData: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{| {{Pettytable}}
<noinclude>{| {{Prettytable}}
{{!}}-</noinclude>
|-</noinclude>{{#if:
{{!}} {{LSLG|DATA_SIM_POS}}
 
{{!}} 5
<!-- do not forget to update this value! -->
{{!}} ({{LSLG|vector}})
{{#vardefine:InsertRows|13}}
{{!}} colspan="4" {{!}} The sims global position.
 
}}
{{!}} {{LSL Const|DATA_SIM_POS|integer|5}}
{{!}} {{#var:value}}
{{!}} ([[vector]])
{{!}} colspan="4" {{!}} The regions [[Viewer_coordinate_frames#Global|global position]].
{{!}}-
{{!}}-
{{!}} rowspan="7" {{!}} {{LSLG|DATA_SIM_STATUS}}
{{!}} rowspan="7" {{!}} {{LSL Const|DATA_SIM_STATUS|integer|6}}
{{!}} rowspan="7" {{!}} 6
{{!}} rowspan="7" {{!}} {{#var:value}}
{{!}} rowspan="7" {{!}} {{LSLG|string}}
{{!}} rowspan="7" {{!}} [[string]]
! Value
! Value
! colspan="3" {{!}} Description
! colspan="3" {{!}} Description
{{!}}-
{{!}}-
{{!}} "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 region
{{!}}-
{{!}}-
{{!}} {{LSLG|DATA_SIM_RATING}}
{{!}} rowspan="5" {{!}} {{LSL Const|DATA_SIM_RATING|integer|7}}
{{!}} 7
{{!}} rowspan="5" {{!}} {{#var:value}}
{{!}} {{LSLG|string}}
{{!}} rowspan="5" {{!}} [[string]]
{{!}} colspan="4" {{!}} simulator rating "PG", "MATURE" or "UNKNOWN"
! Value
! colspan="3" {{!}} Maturity rating
{{!}}-
{{!}} "PG"
{{!}} colspan="3" {{!}} {{mrg}}
{{!}}-
{{!}} "MATURE"
{{!}} colspan="3" {{!}} {{mrm}}
{{!}}-
{{!}} "ADULT"
{{!}} colspan="3" {{!}} {{mra}}
{{!}}-
{{!}} "UNKNOWN"
{{!}} colspan="3" {{!}} rating or region unknown
<noinclude>|}</noinclude>
<noinclude>|}</noinclude>

Latest revision as of 20:05, 18 February 2011

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 region
DATA_SIM_RATING 7 string Value Maturity rating
"PG" General
"MATURE" Moderate
"ADULT" Adult
"UNKNOWN" rating or region unknown