Method | Description | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
CloseAgent ( |
||
CreateAgent ( |
||
CreateObject ( |
||
CreateObject ( |
||
GetInnerService ( ) : ISimulationService | ||
GetScene ( ulong regionhandle ) : IScene | ||
Init ( |
Can be called from other modules.
|
|
Initialise ( IConfigSource config ) : void | ||
IsLocalRegion ( UUID id ) : bool | ||
IsLocalRegion ( ulong regionhandle ) : bool | ||
PostInitialise ( ) : void | ||
RegionLoaded ( |
||
ReleaseAgent ( UUID origin, UUID id, string uri ) : bool | ||
RemoveRegion ( |
||
RemoveScene ( |
Can be called from other modules.
|
|
RetrieveAgent ( |
||
UpdateAgent ( |
||
UpdateAgent ( |
public AddRegion ( |
||
scene | ||
return | void |
public CloseAgent ( |
||
destination | ||
id | UUID | |
return | bool |
public CreateAgent ( |
||
destination | ||
aCircuit | ||
teleportFlags | uint | |
reason | string | |
return | bool |
public CreateObject ( |
||
destination | ||
sog | ISceneObject | |
isLocalCall | bool | |
return | bool |
public CreateObject ( |
||
destination | ||
userID | UUID | |
itemID | UUID | |
return | bool |
public GetInnerService ( ) : ISimulationService | ||
return | ISimulationService |
public GetScene ( ulong regionhandle ) : IScene | ||
regionhandle | ulong | |
return | IScene |
public Init ( |
||
scene | ||
return | void |
public Initialise ( IConfigSource config ) : void | ||
config | IConfigSource | |
return | void |
public IsLocalRegion ( ulong regionhandle ) : bool | ||
regionhandle | ulong | |
return | bool |
public RegionLoaded ( |
||
scene | ||
return | void |
public ReleaseAgent ( UUID origin, UUID id, string uri ) : bool | ||
origin | UUID | |
id | UUID | |
uri | string | |
return | bool |
public RemoveRegion ( |
||
scene | ||
return | void |
public RemoveScene ( |
||
scene | ||
return | void |
public RetrieveAgent ( |
||
destination | ||
id | UUID | |
agent | IAgentData | |
return | bool |
public UpdateAgent ( |
||
destination | ||
cAgentData | ||
return | bool |
public UpdateAgent ( |
||
destination | ||
cAgentData | ||
return | bool |