OpenMetaverse Protocol Library Developers API Documentation
RequestScriptSensor Method (name, searchID, type, range, arc, requestID, sim)
NamespacesOpenMetaverseAgentManagerRequestScriptSensor(String, UUID, ScriptSensorTypeFlags, Single, Single, UUID, Simulator)
Requests script detection of objects and avatars
Declaration Syntax
C#
public 
void 
RequestScriptSensor(
        
string 
name,
        
UUID 
searchID,
        

ScriptSensorTypeFlags 
type,
        
float 
range,
        
float 
arc,
        
UUID 
requestID,
        
Simulator 
sim
)
Parameters
name ( String)
name of the object/avatar to search for
searchID ( UUID)
UUID of the object or avatar to search for
type ( ScriptSensorTypeFlags)
Type of search from ScriptSensorTypeFlags
range ( Single)
range of scan (96 max?)
arc ( Single)
the arc in radians to search within
requestID ( UUID)
an user generated ID to correlate replies with
sim ( Simulator)
Simulator to perform search in

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)