OpenMetaverse Library API Documentation
ReplyToScriptDialog Method (channel, buttonIndex, buttonlabel, objectID)
NamespacesOpenMetaverseAgentManagerReplyToScriptDialog(Int32, Int32, String, UUID)
Reply to script dialog questions.
Declaration Syntax
C# Visual Basic Visual C++
public void ReplyToScriptDialog(
	int channel,
	int buttonIndex,
	string buttonlabel,
	UUID objectID
)
Public Sub ReplyToScriptDialog ( _
	channel As Integer, _
	buttonIndex As Integer, _
	buttonlabel As String, _
	objectID As UUID _
)
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

Assembly: OpenMetaverse (Module: OpenMetaverse) Version: 1.0.0.21283