C# Class Universe.Modules.Ban.GridWideViewerBan

Inheritance: IService
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
CheckForBannedViewer ( UUID avatarID, Primitive textureEntry ) : void

Check to see if the client has baked textures that belong to banned clients

FinishedStartup ( ) : void
Initialize ( IConfigSource source, IRegistryCore registry ) : void
IsViewerBanned ( string name ) : bool
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Méthode Description
EventManager_OnGenericEvent ( string FunctionName, object parameters ) : object

Method Details

CheckForBannedViewer() public méthode

Check to see if the client has baked textures that belong to banned clients
public CheckForBannedViewer ( UUID avatarID, Primitive textureEntry ) : void
avatarID UUID
textureEntry OpenMetaverse.Primitive
Résultat void

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource source, IRegistryCore registry ) : void
source IConfigSource
registry IRegistryCore
Résultat void

IsViewerBanned() public méthode

public IsViewerBanned ( string name ) : bool
name string
Résultat bool

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void