C# Class Aurora.Addon.HyperGrid.UserManagementModule

Inheritance: ISharedRegionModule
Afficher le fichier Open project: RevolutionSmythe/Aurora-HG-Plugin

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : void
PostInitialise ( ) : void
RegionLoaded ( IScene s ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Méthode Description
EventManager_OnNewClient ( IClientAPI client ) : void
HandleShowUsers ( string cmd ) : void
HandleUUIDNameRequest ( UUID uuid, IClientAPI remote_client ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( IConfigSource config ) : void
config IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene s ) : void
s IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void