SimulatorFeatures
From OpenSimulator
(Difference between revisions)
Line 5: | Line 5: | ||
search-server-url (string) | search-server-url (string) | ||
ExportSupported (Boolean) | 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. | 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). | This is only available in development code (post 0.7.5). |
Revision as of 16:25, 11 October 2013
Extra information sent to the viewer over the SimulatorFeatures capability:
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).