Method | Description | |
---|---|---|
Close ( ) : void | ||
GetEstateFlags ( ) : uint | ||
GetRegionFlags ( ) : uint | ||
Initialise ( |
||
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, |
||
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 |
Method | Description | |
---|---|---|
TriggerEstateInfoChange ( ) : void | ||
TriggerEstateMessage ( UUID fromID, string fromName, string message ) : void | ||
TriggerRegionInfoChange ( ) : void |
Method | 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 |
||
LookupUUIDSCompleted ( IAsyncResult iar ) : void | ||
LookupUUIDsAsync ( List |
||
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 |
public Initialise ( |
||
scene | ||
source | IConfigSource | |
return | void |
protected TriggerEstateMessage ( UUID fromID, string fromName, string message ) : void | ||
fromID | UUID | |
fromName | string | |
message | string | |
return | void |
public changeWaterHeight ( float height ) : void | ||
height | float | |
return | void |
public consoleSetTerrainHeights ( string module, string args ) : void | ||
module | string | |
args | string | |
return | void |
public consoleSetTerrainTexture ( string module, string args ) : void | ||
module | string | |
args | string | |
return | void |
public handleEstateChangeInfo ( IClientAPI remoteClient, UUID invoice, UUID senderID, |
||
remoteClient | IClientAPI | |
invoice | UUID | |
senderID | UUID | |
parms1 | ||
parms2 | ||
return | void |
public sendRegionHandshake ( IClientAPI remoteClient ) : void | ||
remoteClient | IClientAPI | |
return | void |
public setEstateTerrainBaseTexture ( IClientAPI remoteClient, int corner, UUID texture ) : void | ||
remoteClient | IClientAPI | |
corner | int | |
texture | UUID | |
return | void |
public setEstateTerrainTextureHeights ( IClientAPI client, int corner, float lowValue, float highValue ) : void | ||
client | IClientAPI | |
corner | int | |
lowValue | float | |
highValue | float | |
return | void |
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 | |
return | void |