OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Events | List of all members
OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule Interface Reference

Add remove or retrieve Simulator Features that will be given to a viewer via the SimulatorFeatures capability. More...

Inheritance diagram for OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule:
Inheritance graph
[legend]

Public Member Functions

void AddFeature (string name, OSD value)
 
bool RemoveFeature (string name)
 
bool TryGetFeature (string name, out OSD value)
 
OSDMap GetFeatures ()
 

Events

SimulatorFeaturesRequestDelegate OnSimulatorFeaturesRequest
 

Detailed Description

Add remove or retrieve Simulator Features that will be given to a viewer via the SimulatorFeatures capability.

Definition at line 39 of file ISimulatorFeaturesModule.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule.AddFeature ( string  name,
OSD  value 
)
OSDMap OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule.GetFeatures ( )
bool OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule.RemoveFeature ( string  name)
bool OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule.TryGetFeature ( string  name,
out OSD  value 
)

Implemented in OpenSim.Region.ClientStack.Linden.SimulatorFeaturesModule.

Here is the caller graph for this function:

Event Documentation

SimulatorFeaturesRequestDelegate OpenSim.Region.Framework.Interfaces.ISimulatorFeaturesModule.OnSimulatorFeaturesRequest

Definition at line 41 of file ISimulatorFeaturesModule.cs.


The documentation for this interface was generated from the following file: