C# Class Universe.Modules.SetHome.SetHomeModule

Inheritance: INonSharedRegionModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource pSource ) : void
RegionLoaded ( IScene scene ) : void
RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
RemoveRegion ( IScene scene ) : void
SetHomeRezPoint ( IClientAPI remoteClient, ulong regionHandle, System.Vector3 position, System.Vector3 lookAt, uint flags ) : void

Sets the Home Point. The LoginService uses this to know where to put a user when they log-in

Private Methods

Méthode Description
CopyInventoryFromNotecard ( Stream request, UUID agentID ) : byte[]
EventManager_OnClosingClient ( IClientAPI client ) : void
EventManager_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

Initialize() public méthode

public Initialize ( IConfigSource pSource ) : void
pSource IConfigSource
Résultat void

RegionLoaded() public méthode

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

RegisterCaps() public méthode

public RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
agentID UUID
server IHttpServer
Résultat OSDMap

RemoveRegion() public méthode

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

SetHomeRezPoint() public méthode

Sets the Home Point. The LoginService uses this to know where to put a user when they log-in
public SetHomeRezPoint ( IClientAPI remoteClient, ulong regionHandle, System.Vector3 position, System.Vector3 lookAt, uint flags ) : void
remoteClient IClientAPI
regionHandle ulong
position System.Vector3
lookAt System.Vector3
flags uint
Résultat void