C# Class OpenSim.Region.CoreModules.World.Estate.EstateManagementModule

Inheritance: IEstateModule, INonSharedRegionModule
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
GetEstateFlags ( ) : uint
GetRegionFlags ( ) : uint
Initialise ( Scene scene, IConfigSource source ) : void
IsManager ( UUID avatarID ) : bool
PostInitialise ( ) : void
changeWaterHeight ( float height ) : void
consoleSetTerrainHeights ( string module, string args ) : void
consoleSetTerrainTexture ( string module, string args ) : void
handleEstateChangeInfo ( IClientAPI remoteClient, UUID invoice, UUID senderID, UInt32 parms1, UInt32 parms2 ) : void
sendRegionHandshake ( IClientAPI remoteClient ) : void
sendRegionHandshakeToAll ( ) : void
sendRegionInfoPacketToAll ( ) : void
setEstateTerrainBaseTexture ( IClientAPI remoteClient, int corner, UUID texture ) : void
setEstateTerrainTextureHeights ( IClientAPI client, int corner, float lowValue, float highValue ) : void
setRegionTerrainSettings ( float WaterHeight, float TerrainRaiseLimit, float TerrainLowerLimit, bool UseEstateSun, bool UseFixedSun, float SunHour, bool UseGlobal, bool EstateFixedSun, float EstateSunHour ) : void

Méthodes protégées

Méthode Description
TriggerEstateInfoChange ( ) : void
TriggerEstateMessage ( UUID fromID, string fromName, string message ) : void
TriggerRegionInfoChange ( ) : void

Private Methods

Méthode Description
AbortTerrainXferHandler ( IClientAPI remoteClient, ulong XferID ) : void
EventManager_OnNewClient ( IClientAPI client ) : void
HandleEstateCovenantRequest ( IClientAPI remote_client ) : void
HandleLandStatRequest ( int parcelID, uint reportType, uint requestFlags, string filter, IClientAPI remoteClient ) : void
HandleRegionInfoRequest ( IClientAPI remote_client ) : void
HandleTerrainApplication ( string filename, byte terrainData, IClientAPI remoteClient ) : void
LookupUUID ( List uuidLst ) : void
LookupUUIDSCompleted ( IAsyncResult iar ) : void
LookupUUIDsAsync ( List uuidLst ) : void
SendEstateBlueBoxMessage ( IClientAPI remote_client, UUID invoice, UUID senderID, UUID sessionID, string senderName, string message ) : void
SendSimulatorBlueBoxMessage ( IClientAPI remote_client, UUID invoice, UUID senderID, UUID sessionID, string senderName, string message ) : void
estateSetRegionInfoHandler ( bool blockTerraform, bool noFly, bool allowDamage, bool blockLandResell, int maxAgents, float objectBonusFactor, int matureLevel, bool restrictPushObject, bool allowParcelChanges ) : void
handleChangeEstateCovenantRequest ( IClientAPI remoteClient, UUID estateCovenantID ) : void
handleCommitEstateTerrainTextureRequest ( IClientAPI remoteClient ) : void
handleEstateAccessDeltaRequest ( IClientAPI remote_client, UUID invoice, int estateAccessType, UUID user ) : void
handleEstateDebugRegionRequest ( IClientAPI remote_client, UUID invoice, UUID senderID, bool scripted, bool collisionEvents, bool physics ) : void
handleEstateRestartSimRequest ( IClientAPI remoteClient, int timeInSeconds ) : void
handleEstateTeleportAllUsersHomeRequest ( IClientAPI remover_client, UUID invoice, UUID senderID ) : void
handleEstateTeleportOneUserHomeRequest ( IClientAPI remover_client, UUID invoice, UUID senderID, UUID prey ) : void
handleTerrainRequest ( IClientAPI remote_client, string clientFileName ) : void
handleUploadTerrain ( IClientAPI remote_client, string clientFileName ) : void
sendDetailedEstateData ( IClientAPI remote_client, UUID invoice ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetEstateFlags() public méthode

public GetEstateFlags ( ) : uint
Résultat uint

GetRegionFlags() public méthode

public GetRegionFlags ( ) : uint
Résultat uint

Initialise() public méthode

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
Résultat void

IsManager() public méthode

public IsManager ( UUID avatarID ) : bool
avatarID UUID
Résultat bool

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

TriggerEstateInfoChange() protected méthode

protected TriggerEstateInfoChange ( ) : void
Résultat void

TriggerEstateMessage() protected méthode

protected TriggerEstateMessage ( UUID fromID, string fromName, string message ) : void
fromID UUID
fromName string
message string
Résultat void

TriggerRegionInfoChange() protected méthode

protected TriggerRegionInfoChange ( ) : void
Résultat void

changeWaterHeight() public méthode

public changeWaterHeight ( float height ) : void
height float
Résultat void

consoleSetTerrainHeights() public méthode

public consoleSetTerrainHeights ( string module, string args ) : void
module string
args string
Résultat void

consoleSetTerrainTexture() public méthode

public consoleSetTerrainTexture ( string module, string args ) : void
module string
args string
Résultat void

handleEstateChangeInfo() public méthode

public handleEstateChangeInfo ( IClientAPI remoteClient, UUID invoice, UUID senderID, UInt32 parms1, UInt32 parms2 ) : void
remoteClient IClientAPI
invoice UUID
senderID UUID
parms1 System.UInt32
parms2 System.UInt32
Résultat void

sendRegionHandshake() public méthode

public sendRegionHandshake ( IClientAPI remoteClient ) : void
remoteClient IClientAPI
Résultat void

sendRegionHandshakeToAll() public méthode

public sendRegionHandshakeToAll ( ) : void
Résultat void

sendRegionInfoPacketToAll() public méthode

public sendRegionInfoPacketToAll ( ) : void
Résultat void

setEstateTerrainBaseTexture() public méthode

public setEstateTerrainBaseTexture ( IClientAPI remoteClient, int corner, UUID texture ) : void
remoteClient IClientAPI
corner int
texture UUID
Résultat void

setEstateTerrainTextureHeights() public méthode

public setEstateTerrainTextureHeights ( IClientAPI client, int corner, float lowValue, float highValue ) : void
client IClientAPI
corner int
lowValue float
highValue float
Résultat void

setRegionTerrainSettings() public méthode

public setRegionTerrainSettings ( float WaterHeight, float TerrainRaiseLimit, float TerrainLowerLimit, bool UseEstateSun, bool UseFixedSun, float SunHour, bool UseGlobal, bool EstateFixedSun, float EstateSunHour ) : void
WaterHeight float
TerrainRaiseLimit float
TerrainLowerLimit float
UseEstateSun bool
UseFixedSun bool
SunHour float
UseGlobal bool
EstateFixedSun bool
EstateSunHour float
Résultat void