C# Class Universe.Modules.OpenRegionSettingsModule.OpenRegionSettingsModule

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

Méthodes publiques

Méthode Description
AddOpenRegionSettingsHTMLPage ( IScene scene ) : string
AddRegion ( IScene scene ) : void
BuildOpenRegionInfo ( IScenePresence sp ) : OSD
Close ( ) : void
Initialize ( IConfigSource source ) : void
OnNewClient ( IScenePresence presence ) : void
OnRegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
OpenRegionInfo ( IScenePresence presence ) : void
RegionLoaded ( IScene scene ) : void
RegisterGenericValue ( string key, string value ) : void
RemoveRegion ( IScene scene ) : void
SendToAllClients ( ) : void

Private Methods

Méthode Description
DispatchOpenRegionSettings ( Stream request, UUID agentID ) : byte[]
ParseUpdatedList ( IScene scene, string>.Dictionary vars ) : void
ReadOpenRegionSettings ( IConfig instanceSettings, RegionInfo &region ) : void
floatParse ( string p ) : float

Method Details

AddOpenRegionSettingsHTMLPage() public méthode

public AddOpenRegionSettingsHTMLPage ( IScene scene ) : string
scene IScene
Résultat string

AddRegion() public méthode

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

BuildOpenRegionInfo() public méthode

public BuildOpenRegionInfo ( IScenePresence sp ) : OSD
sp IScenePresence
Résultat OSD

Close() public méthode

public Close ( ) : void
Résultat void

Initialize() public méthode

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

OnNewClient() public méthode

public OnNewClient ( IScenePresence presence ) : void
presence IScenePresence
Résultat void

OnRegisterCaps() public méthode

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

OpenRegionInfo() public méthode

public OpenRegionInfo ( IScenePresence presence ) : void
presence IScenePresence
Résultat void

RegionLoaded() public méthode

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

RegisterGenericValue() public méthode

public RegisterGenericValue ( string key, string value ) : void
key string
value string
Résultat void

RemoveRegion() public méthode

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

SendToAllClients() public méthode

public SendToAllClients ( ) : void
Résultat void