C# Class OpenSim.Region.CoreModules.Avatar.Dialog.DialogModule

Inheritance: IRegionModule, IDialogModule
Afficher le fichier Open project: N3X15/VoxelSim

Protected Properties

Свойство Type Description
m_scene OpenSim.Region.Framework.Scenes.Scene

Méthodes publiques

Méthode Description
Close ( ) : void
HandleAlertConsoleCommand ( string module, string cmdparams ) : void

Handle an alert command from the console.

Initialise ( Scene scene, IConfigSource source ) : void
PostInitialise ( ) : void
SendAlertToUser ( IClientAPI client, string message ) : void
SendAlertToUser ( IClientAPI client, string message, bool modal ) : void
SendAlertToUser ( UUID agentID, string message ) : void
SendAlertToUser ( UUID agentID, string message, bool modal ) : void
SendAlertToUser ( string firstName, string lastName, string message, bool modal ) : void
SendDialogToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, string message, UUID textureID, int ch, string buttonlabels ) : void
SendGeneralAlert ( string message ) : void
SendNotificationToUsersInRegion ( UUID fromAvatarID, string fromAvatarName, string message ) : void
SendTextBoxToUser ( UUID avatarid, string message, int chatChannel, string name, UUID objectid, UUID ownerid ) : void
SendUrlToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, bool groupOwned, string message, string url ) : void

Private Methods

Méthode Description
CombineParams ( string commandParams, int pos ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

HandleAlertConsoleCommand() public méthode

Handle an alert command from the console.
public HandleAlertConsoleCommand ( string module, string cmdparams ) : void
module string
cmdparams string
Résultat void

Initialise() public méthode

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

SendAlertToUser() public méthode

public SendAlertToUser ( IClientAPI client, string message ) : void
client IClientAPI
message string
Résultat void

SendAlertToUser() public méthode

public SendAlertToUser ( IClientAPI client, string message, bool modal ) : void
client IClientAPI
message string
modal bool
Résultat void

SendAlertToUser() public méthode

public SendAlertToUser ( UUID agentID, string message ) : void
agentID UUID
message string
Résultat void

SendAlertToUser() public méthode

public SendAlertToUser ( UUID agentID, string message, bool modal ) : void
agentID UUID
message string
modal bool
Résultat void

SendAlertToUser() public méthode

public SendAlertToUser ( string firstName, string lastName, string message, bool modal ) : void
firstName string
lastName string
message string
modal bool
Résultat void

SendDialogToUser() public méthode

public SendDialogToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, string message, UUID textureID, int ch, string buttonlabels ) : void
avatarID UUID
objectName string
objectID UUID
ownerID UUID
message string
textureID UUID
ch int
buttonlabels string
Résultat void

SendGeneralAlert() public méthode

public SendGeneralAlert ( string message ) : void
message string
Résultat void

SendNotificationToUsersInRegion() public méthode

public SendNotificationToUsersInRegion ( UUID fromAvatarID, string fromAvatarName, string message ) : void
fromAvatarID UUID
fromAvatarName string
message string
Résultat void

SendTextBoxToUser() public méthode

public SendTextBoxToUser ( UUID avatarid, string message, int chatChannel, string name, UUID objectid, UUID ownerid ) : void
avatarid UUID
message string
chatChannel int
name string
objectid UUID
ownerid UUID
Résultat void

SendUrlToUser() public méthode

public SendUrlToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, bool groupOwned, string message, string url ) : void
avatarID UUID
objectName string
objectID UUID
ownerID UUID
groupOwned bool
message string
url string
Résultat void

Property Details

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
Résultat OpenSim.Region.Framework.Scenes.Scene