Property | Type | Description | |
---|---|---|---|
m_Enabled | bool |
Method | Description | |
---|---|---|
AddCachedObject ( UUID AgentID, uint localID, uint CRC ) : void | ||
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
DeserializeAgentCache ( string osdMap ) : uint>.Dictionary |
||
Initialize ( IConfigSource source ) : void | ||
LoadFileOnNewClient ( object o ) : void |
Load the file for the client async so that we don't lock up the system for too long
|
|
LoadFromFileForClient ( UUID AgentID ) : void | ||
OnClosingClient ( IClientAPI client ) : void | ||
OnNewClient ( IClientAPI client ) : void | ||
PostInitialize ( ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveObject ( UUID AgentID, uint localID, byte cacheMissType ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
SaveToFileForClient ( UUID AgentID ) : void | ||
SerializeAgentCache ( uint>.Dictionary |
||
UseCachedObject ( UUID AgentID, uint localID, uint CurrentEntityCRC ) : bool |
Check whether we can send a CachedObjectUpdate to the client
|
public AddCachedObject ( UUID AgentID, uint localID, uint CRC ) : void | ||
AgentID | UUID | |
localID | uint | |
CRC | uint | |
return | void |
public DeserializeAgentCache ( string osdMap ) : uint>.Dictionary |
||
osdMap | string | |
return | uint>.Dictionary |
public Initialize ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public LoadFileOnNewClient ( object o ) : void | ||
o | object | |
return | void |
public LoadFromFileForClient ( UUID AgentID ) : void | ||
AgentID | UUID | |
return | void |
public OnClosingClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public RemoveObject ( UUID AgentID, uint localID, byte cacheMissType ) : void | ||
AgentID | UUID | |
localID | uint | |
cacheMissType | byte | |
return | void |
public SaveToFileForClient ( UUID AgentID ) : void | ||
AgentID | UUID | |
return | void |
public SerializeAgentCache ( uint>.Dictionary |
||
cache | uint>.Dictionary | |
return | string |
public UseCachedObject ( UUID AgentID, uint localID, uint CurrentEntityCRC ) : bool | ||
AgentID | UUID | |
localID | uint | |
CurrentEntityCRC | uint | |
return | bool |