Difference between revisions of "LlRequestSimulatorData"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
|return_text=that is the handle for a {{LSLG|dataserver}} event response.
|return_text=that is the handle for a {{LSLG|dataserver}} event response.
|spec
|spec
|caveats
|caveats=* As of July-2008 this function is broken for scripts in most sims (see [https://jira.secondlife.com/browse/SVC-2596]).
|constants={{{!}} {{Prettytable}}
|constants={{{!}} {{Prettytable}}
{{!}}- {{Hl2}}
{{!}}- {{Hl2}}

Revision as of 09:47, 6 July 2008

Summary

Function: key llRequestSimulatorData( string simulator, integer data );

Requests data about simulator. When data is available the dataserver event will be raised.
Returns a key that is the handle for a dataserver event response.

• string simulator
• integer data DATA_* flag

data Constant Type Description
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

Caveats

  • This function causes the script to sleep for 1.0 seconds.
  • As of July-2008 this function is broken for scripts in most sims (see [1]).
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function key llRequestSimulatorData( string simulator, integer data );