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

From Second Life Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{| {{Pettytable}}
<noinclude>{| {{Prettytable}}
{{!}}-<noinclude>
|-</noinclude>{{#if:
{{!}} {{LSLG|DATA_SIM_POS}}  
 
{{!}} ({{LSLG|vector}})
<!-- do not forget to update this value! -->
{{!}} colspan="4" {{!}} The sims global position.
{{#vardefine:InsertRows|13}}
 
}}
{{!}} {{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" {{!}} {{LSLG|string}}
{{!}} rowspan="7" {{!}} {{#var:value}}
{{!}} 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_BORN}}
{{!}} rowspan="5" {{!}} {{LSL Const|DATA_SIM_RATING|integer|7}}
{{!}} {{LSLG|string}}
{{!}} rowspan="5" {{!}} {{#var:value}}
{{!}} colspan="4" {{!}} The account creation/"born on" date as a string in in ISO 8601 format of YYYY-MM-DD.
{{!}} rowspan="5" {{!}} [[string]]
<noinclude>|}<noinclude>
! 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>

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