Contains the data sent when a primitive opens
a dialog with this agent

C# |
public class ScriptDialogEventArgs : EventArgs

All Members | Constructors | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
ScriptDialogEventArgs(String, String, UUID, UUID, String, String, Int32, List < (Of < <' ( String > ) > > ) , UUID) |
Construct a new instance of the
ScriptDialogEventArgs
|
![]() |
ButtonLabels |
Get the string labels containing the options
presented in this dialog
|
![]() |
Channel |
Get the communication channel the dialog was
sent on, responses should also send responses on this same
channel
|
![]() |
FirstName |
Get the first name of the senders owner
|
![]() |
ImageID |
Get the ID of the image to be displayed
|
![]() |
LastName |
Get the last name of the senders owner
|
![]() |
Message |
Get the dialog message
|
![]() |
ObjectID |
Get the ID of the primitive sending the
dialog
|
![]() |
ObjectName |
Get the name of the object that sent the
dialog request
|
![]() |
OwnerID |
UUID of the scritped object owner
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)