OpenMetaverse Protocol Library Developers API Documentation
ScriptDialogEventArgs Constructor (message, objectName, imageID, objectID, firstName, lastName, chatChannel, buttons, ownerID)
NamespacesOpenMetaverse ScriptDialogEventArgsScriptDialogEventArgs(String, String, UUID, UUID, String, String, Int32, List < (Of < <' ( String > ) > > ) , UUID)
Construct a new instance of the ScriptDialogEventArgs
Declaration Syntax
C#
public 
ScriptDialogEventArgs(
        
string 
message,
        
string 
objectName,
        
UUID 
imageID,
        
UUID 
objectID,
        
string 
firstName,
        
string 
lastName,
        
int 
chatChannel,
        
List<
string> 
buttons,
        
UUID 
ownerID
)
Parameters
message ( String)
The dialog message
objectName ( String)
The name of the object that sent the dialog request
imageID ( UUID)
The ID of the image to be displayed
objectID ( UUID)
The ID of the primitive sending the dialog
firstName ( String)
The first name of the senders owner
lastName ( String)
The last name of the senders owner
chatChannel ( Int32)
The communication channel the dialog was sent on
buttons ( List < (Of < ( <' String > ) > ) > )
The string labels containing the options presented in this dialog
ownerID ( UUID)
UUID of the scritped object owner

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