C# 클래스 Aurora.Addon.HyperGrid.UserManagementModule

상속: ISharedRegionModule
파일 보기 프로젝트 열기: RevolutionSmythe/Aurora-HG-Plugin

공개 메소드들

메소드 설명
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : void
PostInitialise ( ) : void
RegionLoaded ( IScene s ) : void
RemoveRegion ( IScene scene ) : void

비공개 메소드들

메소드 설명
EventManager_OnNewClient ( IClientAPI client ) : void
HandleShowUsers ( string cmd ) : void
HandleUUIDNameRequest ( UUID uuid, IClientAPI remote_client ) : void

메소드 상세

AddRegion() 공개 메소드

public AddRegion ( IScene scene ) : void
scene IScene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( IConfigSource config ) : void
config IConfigSource
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( IScene s ) : void
s IScene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( IScene scene ) : void
scene IScene
리턴 void