30 using OpenMetaverse.StructuredData;
32 namespace OpenSim.
Region.Framework.Interfaces
42 void AddFeature(
string name,
OSD value);
43 bool RemoveFeature(
string name);
44 bool TryGetFeature(
string name, out
OSD value);
SimulatorFeaturesRequestDelegate OnSimulatorFeaturesRequest
OpenMetaverse.StructuredData.OSDMap OSDMap
Add remove or retrieve Simulator Features that will be given to a viewer via the SimulatorFeatures ca...
delegate void SimulatorFeaturesRequestDelegate(UUID agentID, ref OSDMap features)
OpenMetaverse.StructuredData.OSD OSD