Difference between revisions of "Template:LSL Constants/llRequestSimulatorData"

From Second Life Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{| {{Pettytable}}
<noinclude>{| {{Prettytable}}
{{!}}-</noinclude>
|-</noinclude>{{#if:
 
<!-- do not forget to update this value! -->
{{#vardefine:InsertRows|13}}
 
}}
{{!}} {{LSL Const|DATA_SIM_POS|integer|5}}
{{!}} {{LSL Const|DATA_SIM_POS|integer|5}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} ({{LSLG|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}}
{{!}} rowspan="7" {{!}} {{#var:value}}
{{!}} 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
{{!}}-
{{!}}-
{{!}} {{LSL Const|DATA_SIM_RATING|integer|7}}
{{!}} rowspan="5" {{!}} {{LSL Const|DATA_SIM_RATING|integer|7}}
{{!}} {{#var:value}}
{{!}} 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" Parcel lght G.png General
"MATURE" Parcel lght M.png Moderate
"ADULT" Parcel lght A.png Adult
"UNKNOWN" rating or region unknown