OpenMetaverse Protocol Library Developers API Documentation
ReplyToScriptDialog Method (channel, buttonIndex, buttonlabel, objectID)
NamespacesOpenMetaverseAgentManagerReplyToScriptDialog(Int32, Int32, String, UUID)
Reply to script dialog questions.
Declaration Syntax
C#
public 
void 
ReplyToScriptDialog(
        
int 
channel,
        
int 
buttonIndex,
        
string 
buttonlabel,
        
UUID 
objectID
)
Parameters
channel ( Int32)
Channel initial request came on
buttonIndex ( Int32)
Index of button you're "clicking"
buttonlabel ( String)
Label of button you're "clicking"
objectID ( UUID)
of Object that sent the dialog request
See Also
UUID
OnScriptDialog(ScriptDialogEventArgs)

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