C# Class WhiteCore.Modules.Inventory.InventoryTransferModule

Inheritance: INonSharedRegionModule
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Méthodes publiques

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

Private Methods

Méthode Description
FindClientScene ( UUID agentId ) : IScene
OnClosingClient ( IClientAPI client ) : void
OnGridInstantMessage ( WhiteCore.Framework.ClientInterfaces.GridInstantMessage msg ) : void

OnInstantMessage ( IClientAPI client, WhiteCore.Framework.ClientInterfaces.GridInstantMessage im ) : void
OnNewClient ( IClientAPI 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

RegionLoaded() public méthode

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

RemoveRegion() public méthode

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