C# 클래스 Universe.Modules.Ban.GridWideViewerBan

상속: IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EventManager_OnGenericEvent ( string FunctionName, object parameters ) : object

메소드 상세

CheckForBannedViewer() 공개 메소드

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
리턴 void

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource source, IRegistryCore registry ) : void
source IConfigSource
registry IRegistryCore
리턴 void

IsViewerBanned() 공개 메소드

public IsViewerBanned ( string name ) : bool
name string
리턴 bool

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void