C# 클래스 WhiteCore.Modules.Inventory.InventoryTransferModule

상속: INonSharedRegionModule
파일 보기 프로젝트 열기: WhiteCoreSim/WhiteCore-Dev

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AddRegion() 공개 메소드

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

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialise() 공개 메소드

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

RegionLoaded() 공개 메소드

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

RemoveRegion() 공개 메소드

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