C# Class Universe.Modules.Gods.GodModifiers

Inheritance: INonSharedRegionModule
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
GodSaveState ( IClientAPI client, UUID agentID ) : void

Save the state of the region

GodUpdateRegionInfoUpdate ( IClientAPI client, float BillableFactor, int PricePerMeter, ulong EstateID, ulong RegionFlags, byte SimName, int RedirectX, int RedirectY ) : void

The god has requested that we update something in the region configuration

Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Method Description
HandleRegionInfoRequest ( IClientAPI remote_client, IScene m_scene ) : void

Tell the client about the changes

OnClosingClient ( IClientAPI client ) : void
OnNewClient ( IClientAPI client ) : void
onGodlikeMessage ( IClientAPI client, UUID requester, string Method, List Parameter ) : void

The user requested something from god tools

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

GodSaveState() public method

Save the state of the region
public GodSaveState ( IClientAPI client, UUID agentID ) : void
client IClientAPI
agentID UUID
return void

GodUpdateRegionInfoUpdate() public method

The god has requested that we update something in the region configuration
public GodUpdateRegionInfoUpdate ( IClientAPI client, float BillableFactor, int PricePerMeter, ulong EstateID, ulong RegionFlags, byte SimName, int RedirectX, int RedirectY ) : void
client IClientAPI
BillableFactor float
PricePerMeter int
EstateID ulong
RegionFlags ulong
SimName byte
RedirectX int
RedirectY int
return void

Initialize() public method

public Initialize ( IConfigSource source ) : void
source IConfigSource
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void