Property | Type | Description | |
---|---|---|---|
MaxVariableRegionSight | int | ||
VariableRegionSight | bool | ||
_config | IConfigSource | ||
m_capsService | ICapsService | ||
m_enabled | bool | ||
m_registry | IRegistryCore |
Method | Description | |
---|---|---|
CloseNeighborAgents ( |
||
CrossAgent ( |
||
EnableChildAgents ( UUID agentID, UUID requestingRegion, int drawDistance, |
||
EnableChildAgentsForRegion ( |
||
FinishedStartup ( ) : void | ||
GetNeighbors ( List |
||
InformClientOfNeighbor ( UUID agentID, UUID requestingRegion, |
Async component for informing client of which neighbors exist This needs to run asynchronously, as a network timeout may block the thread for a long while |
|
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
LogOutAllAgentsForRegion ( UUID requestingRegion ) : void | ||
LoginAgent ( |
||
LogoutAgent ( IRegionClientCapsService regionCaps, bool kickRootAgent ) : void | ||
SendChildAgentUpdate ( |
||
SendChildAgentUpdateAsync ( |
||
SendCloseChildAgent ( UUID agentID, IEnumerable |
||
Start ( IConfigSource config, IRegistryCore registry ) : void | ||
TeleportAgent ( |
Method | Description | |
---|---|---|
OnMessageReceived ( OSDMap message ) : OSDMap | ||
ResetFromTransit ( UUID agentID ) : void | ||
SetUserInTransit ( UUID agentID ) : bool | ||
WaitForCallback ( UUID agentID ) : bool | ||
WaitForCallback ( UUID agentID, bool &callWasCanceled ) : bool |
Method | Description | |
---|---|---|
CreateAgent ( |
||
GetRegions ( IClientCapsService iClientCapsService ) : List |
public CloseNeighborAgents ( |
||
oldRegion | ||
destination | ||
agentID | UUID | |
return | void |
public CrossAgent ( |
||
crossingRegion | ||
pos | System.Vector3 | |
velocity | System.Vector3 | |
circuit | ||
cAgent | ||
agentID | UUID | |
requestingRegion | UUID | |
reason | string | |
return | bool |
public EnableChildAgents ( UUID agentID, UUID requestingRegion, int drawDistance, |
||
agentID | UUID | |
requestingRegion | UUID | |
drawDistance | int | |
circuit | ||
return | void |
public EnableChildAgentsForRegion ( |
||
requestingRegion | ||
return | bool |
public GetNeighbors ( List |
||
scopeIDs | List |
|
region | ||
userDrawDistance | int | |
return | List |
public InformClientOfNeighbor ( UUID agentID, UUID requestingRegion, |
||
agentID | UUID | |
requestingRegion | UUID | |
circuitData | ||
neighbor | ||
teleportFlags | uint | |
agentData | ||
reason | string | |
return | bool |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public LogOutAllAgentsForRegion ( UUID requestingRegion ) : void | ||
requestingRegion | UUID | |
return | void |
public LoginAgent ( |
||
region | ||
aCircuit | ||
friendsToInform | List |
|
return |
public LogoutAgent ( IRegionClientCapsService regionCaps, bool kickRootAgent ) : void | ||
regionCaps | IRegionClientCapsService | |
kickRootAgent | bool | |
return | void |
protected OnMessageReceived ( OSDMap message ) : OSDMap | ||
message | OSDMap | |
return | OSDMap |
protected ResetFromTransit ( UUID agentID ) : void | ||
agentID | UUID | |
return | void |
public SendChildAgentUpdate ( |
||
agentpos | ||
regionCaps | IRegionClientCapsService | |
return | void |
public SendChildAgentUpdateAsync ( |
||
agentpos | ||
regionCaps | IRegionClientCapsService | |
return | void |
public SendCloseChildAgent ( UUID agentID, IEnumerable |
||
agentID | UUID | |
regionsToClose | IEnumerable |
|
return | void |
protected SetUserInTransit ( UUID agentID ) : bool | ||
agentID | UUID | |
return | bool |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public TeleportAgent ( |
||
destination | ||
teleportFlags | uint | |
circuit | ||
agentData | ||
agentID | UUID | |
requestingRegion | UUID | |
reason | string | |
return | bool |
protected WaitForCallback ( UUID agentID ) : bool | ||
agentID | UUID | |
return | bool |
protected WaitForCallback ( UUID agentID, bool &callWasCanceled ) : bool | ||
agentID | UUID | |
callWasCanceled | bool | |
return | bool |