llRequestSimulatorData

From Second Life Wiki
Revision as of 16:09, 21 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

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

See dataserver for information about the return.

Constant Value Description
DATA_SIM_POS 5 returns a vector specifying the simulator's global position.
DATA_SIM_STATUS 6 returns a string
DATA_SIM_RATING 7 returns a string, either "PG", "MATURE" or "UNKNOWN"

Caveats

  • This function causes the script to sleep for 1.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function key llRequestSimulatorData( string simulator, integer data );