Method | Description | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
DeregisterRegion ( UUID regionID ) : bool | ||
GetDefaultRegions ( UUID scopeID ) : List |
||
GetFallbackRegions ( UUID scopeID, int x, int y ) : List |
||
GetHyperlinks ( UUID scopeID ) : List |
||
GetNeighbours ( UUID scopeID, UUID regionID ) : List |
||
GetRegionByName ( UUID scopeID, string regionName ) : |
||
GetRegionByPosition ( UUID scopeID, int x, int y ) : |
||
GetRegionByUUID ( UUID scopeID, UUID regionID ) : |
||
GetRegionFlags ( UUID scopeID, UUID regionID ) : int | ||
GetRegionRange ( UUID scopeID, int xmin, int xmax, int ymin, int ymax ) : List |
||
GetRegionsByName ( UUID scopeID, string name, int maxNumber ) : List |
||
Initialise ( IConfigSource source ) : void | ||
PostInitialise ( ) : void | ||
RegionLoaded ( |
||
RegisterRegion ( UUID scopeID, |
||
RemoveRegion ( |
||
SimianGridServiceConnector ( ) : System | ||
SimianGridServiceConnector ( IConfigSource source ) : System |
Method | Description | |
---|---|---|
CommonInit ( IConfigSource source ) : void | ||
GetNearestRegion ( Vector3d position, bool onlyEnabled ) : |
||
ResponseToGridRegion ( OSDMap response ) : |
||
UploadMapTile ( IScene scene ) : void |
public AddRegion ( |
||
scene | ||
return | void |
public DeregisterRegion ( UUID regionID ) : bool | ||
regionID | UUID | |
return | bool |
public GetDefaultRegions ( UUID scopeID ) : List |
||
scopeID | UUID | |
return | List |
public GetFallbackRegions ( UUID scopeID, int x, int y ) : List |
||
scopeID | UUID | |
x | int | |
y | int | |
return | List |
public GetNeighbours ( UUID scopeID, UUID regionID ) : List |
||
scopeID | UUID | |
regionID | UUID | |
return | List |
public GetRegionByName ( UUID scopeID, string regionName ) : |
||
scopeID | UUID | |
regionName | string | |
return |
public GetRegionByPosition ( UUID scopeID, int x, int y ) : |
||
scopeID | UUID | |
x | int | |
y | int | |
return |
public GetRegionByUUID ( UUID scopeID, UUID regionID ) : |
||
scopeID | UUID | |
regionID | UUID | |
return |
public GetRegionFlags ( UUID scopeID, UUID regionID ) : int | ||
scopeID | UUID | |
regionID | UUID | |
return | int |
public GetRegionRange ( UUID scopeID, int xmin, int xmax, int ymin, int ymax ) : List |
||
scopeID | UUID | |
xmin | int | |
xmax | int | |
ymin | int | |
ymax | int | |
return | List |
public GetRegionsByName ( UUID scopeID, string name, int maxNumber ) : List |
||
scopeID | UUID | |
name | string | |
maxNumber | int | |
return | List |
public Initialise ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public RegionLoaded ( |
||
scene | ||
return | void |
public RegisterRegion ( UUID scopeID, |
||
scopeID | UUID | |
regionInfo | ||
return | string |
public RemoveRegion ( |
||
scene | ||
return | void |
public SimianGridServiceConnector ( ) : System | ||
return | System |
public SimianGridServiceConnector ( IConfigSource source ) : System | ||
source | IConfigSource | |
return | System |