C# Class Universe.Modules.Ban.GridWideViewerBan

Inheritance: IService
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method 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

Method Description
EventManager_OnGenericEvent ( string FunctionName, object parameters ) : object

Method Details

CheckForBannedViewer() public method

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
return void

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource source, IRegistryCore registry ) : void
source IConfigSource
registry IRegistryCore
return void

IsViewerBanned() public method

public IsViewerBanned ( string name ) : bool
name string
return bool

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void