SimulatorFeatures
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
Extra information sent to the viewer over the SimulatorFeatures capability: | Extra information sent to the viewer over the SimulatorFeatures capability: | ||
+ | |||
+ | The OpenSimulator specific proportion of this is as follows (TODO: Really need to document the surrounding SimulatorFeatures structure as well!). | ||
OpenSimExtras (OSDMap) | OpenSimExtras (OSDMap) |
Revision as of 08:54, 25 June 2014
Extra information sent to the viewer over the SimulatorFeatures capability:
The OpenSimulator specific proportion of this is as follows (TODO: Really need to document the surrounding SimulatorFeatures structure as well!).
OpenSimExtras (OSDMap) map-server-url (string) search-server-url (string) ExportSupported (Boolean) say-range (integer) whisper-range (integer) shout-range (integer)
Any of these is optional -- it may or may not be sent by the simulators. The entire map OpenSimExtras may or may not be present.
This is only available in development code (post 0.7.5).