OpenMetaverse Protocol Library Developers API Documentation
ScriptControlEventArgs Constructor (controls, pass, take)
NamespacesOpenMetaverse ScriptControlEventArgsScriptControlEventArgs(ScriptControlChange, Boolean, Boolean)
Construct a new instance of the ScriptControlEventArgs class
Declaration Syntax
C#
public 
ScriptControlEventArgs(
        

ScriptControlChange 
controls,
        
bool 
pass,
        
bool 
take
)
Parameters
controls ( ScriptControlChange)
The controls the script is attempting to take or release to the agent
pass ( Boolean)
True if the script is passing controls back to the agent
take ( Boolean)
True if the script is requesting controls be released to the script

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