|
| RegionInfo (string description, string filename, bool skipConsoleConfig, IConfigSource configSource) |
|
| RegionInfo (string description, string filename, bool skipConsoleConfig, IConfigSource configSource, string configName) |
|
| RegionInfo (string description, XmlNode xmlNode, bool skipConsoleConfig, IConfigSource configSource) |
|
| RegionInfo (uint legacyRegionLocX, uint legacyRegionLocY, IPEndPoint internalEndPoint, string externalUri) |
|
| RegionInfo () |
|
void | SetDefaultRegionSize () |
|
void | SetEndPoint (string ipaddr, int port) |
|
string | GetSetting (string key) |
|
void | SetExtraSetting (string key, string value) |
|
void | SaveRegionToFile (string description, string filename) |
|
void | loadConfigurationOptionsFromMe () |
|
void | loadConfigurationOptions () |
|
bool | handleIncomingConfiguration (string configuration_key, object configuration_result) |
|
void | SaveLastMapUUID (UUID mapUUID) |
|
OSDMap | PackRegionInfoData () |
|
void | UnpackRegionInfoData (OSDMap args) |
|
int | getInternalEndPointPort () |
|
Dictionary< string, object > | ToKeyValuePairs () |
|
|
static RegionInfo | Create (UUID regionID, string regionName, uint regX, uint regY, string externalHostName, uint httpPort, uint simPort, uint remotingPort, string serverURI) |
|
|
EstateSettings | EstateSettings [get, set] |
|
RegionSettings | RegionSettings [get, set] |
|
RegionLightShareData | WindlightSettings [get, set] |
|
float | NonphysPrimMin [get] |
|
int | NonphysPrimMax [get] |
|
float | PhysPrimMin [get] |
|
int | PhysPrimMax [get] |
|
bool | ClampPrimSize [get] |
|
int | ObjectCapacity [get] |
|
int | MaxPrimsPerUser [get] |
|
int | LinksetCapacity [get] |
|
int | AgentCapacity [get, set] |
|
byte | AccessLevel [get] |
|
string | RegionType [get] |
|
UUID | MaptileStaticUUID [get] |
|
string | MaptileStaticFile [get, set] |
|
uint | HttpPort [get, set] |
| The port by which http communication occurs with the region (most noticeably, CAPS communication) More...
|
|
string | ServerURI [get, set] |
| A well-formed URI for the host region server (namely "http://" + ExternalHostName) More...
|
|
string | RegionName [get, set] |
|
uint | RemotingPort [get, set] |
|
IPEndPoint | ExternalEndPoint [get, set] |
|
string | ExternalHostName [get, set] |
|
IPEndPoint | InternalEndPoint [get, set] |
|
uint | RegionLocX [get, set] |
| The x co-ordinate of this region in map tiles (e.g. 1000). Coordinate is scaled as world coordinates divided by the legacy region size and is thus is the number of legacy regions. More...
|
|
uint | RegionLocY [get, set] |
| The y co-ordinate of this region in map tiles (e.g. 1000). Coordinate is scaled as world coordinates divided by the legacy region size and is thus is the number of legacy regions. More...
|
|
ulong | RegionHandle [get] |
|
Definition at line 100 of file RegionInfo.cs.
OpenSim.Framework.RegionInfo.RegionInfo |
( |
string |
description, |
|
|
string |
filename, |
|
|
bool |
skipConsoleConfig, |
|
|
IConfigSource |
configSource |
|
) |
| |
|
inline |
OpenSim.Framework.RegionInfo.RegionInfo |
( |
string |
description, |
|
|
string |
filename, |
|
|
bool |
skipConsoleConfig, |
|
|
IConfigSource |
configSource, |
|
|
string |
configName |
|
) |
| |
|
inline |
OpenSim.Framework.RegionInfo.RegionInfo |
( |
string |
description, |
|
|
XmlNode |
xmlNode, |
|
|
bool |
skipConsoleConfig, |
|
|
IConfigSource |
configSource |
|
) |
| |
|
inline |
OpenSim.Framework.RegionInfo.RegionInfo |
( |
uint |
legacyRegionLocX, |
|
|
uint |
legacyRegionLocY, |
|
|
IPEndPoint |
internalEndPoint, |
|
|
string |
externalUri |
|
) |
| |
|
inline |
OpenSim.Framework.RegionInfo.RegionInfo |
( |
| ) |
|
|
inline |
static RegionInfo OpenSim.Framework.RegionInfo.Create |
( |
UUID |
regionID, |
|
|
string |
regionName, |
|
|
uint |
regX, |
|
|
uint |
regY, |
|
|
string |
externalHostName, |
|
|
uint |
httpPort, |
|
|
uint |
simPort, |
|
|
uint |
remotingPort, |
|
|
string |
serverURI |
|
) |
| |
|
inlinestatic |
int OpenSim.Framework.RegionInfo.getInternalEndPointPort |
( |
| ) |
|
|
inline |
string OpenSim.Framework.RegionInfo.GetSetting |
( |
string |
key | ) |
|
|
inline |
bool OpenSim.Framework.RegionInfo.handleIncomingConfiguration |
( |
string |
configuration_key, |
|
|
object |
configuration_result |
|
) |
| |
|
inline |
void OpenSim.Framework.RegionInfo.loadConfigurationOptions |
( |
| ) |
|
|
inline |
void OpenSim.Framework.RegionInfo.loadConfigurationOptionsFromMe |
( |
| ) |
|
|
inline |
OSDMap OpenSim.Framework.RegionInfo.PackRegionInfoData |
( |
| ) |
|
|
inline |
void OpenSim.Framework.RegionInfo.SaveLastMapUUID |
( |
UUID |
mapUUID | ) |
|
|
inline |
void OpenSim.Framework.RegionInfo.SaveRegionToFile |
( |
string |
description, |
|
|
string |
filename |
|
) |
| |
|
inline |
void OpenSim.Framework.RegionInfo.SetDefaultRegionSize |
( |
| ) |
|
|
inline |
void OpenSim.Framework.RegionInfo.SetEndPoint |
( |
string |
ipaddr, |
|
|
int |
port |
|
) |
| |
|
inline |
void OpenSim.Framework.RegionInfo.SetExtraSetting |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
|
inline |
Dictionary<string, object> OpenSim.Framework.RegionInfo.ToKeyValuePairs |
( |
| ) |
|
|
inline |
void OpenSim.Framework.RegionInfo.UnpackRegionInfoData |
( |
OSDMap |
args | ) |
|
|
inline |
bool OpenSim.Framework.RegionInfo.Allow_Alternate_Ports |
|
protected |
bool OpenSim.Framework.RegionInfo.commFailTF = false |
string OpenSim.Framework.RegionInfo.DataStore = String.Empty |
bool OpenSim.Framework.RegionInfo.isSandbox = false |
string OpenSim.Framework.RegionInfo.lastMapRefresh = "0" |
UUID OpenSim.Framework.RegionInfo.lastMapUUID = UUID.Zero |
bool OpenSim.Framework.RegionInfo.m_allow_alternate_ports |
string OpenSim.Framework.RegionInfo.m_externalHostName |
|
protected |
uint OpenSim.Framework.RegionInfo.m_httpPort |
|
protected |
IPEndPoint OpenSim.Framework.RegionInfo.m_internalEndPoint |
|
protected |
string OpenSim.Framework.RegionInfo.m_regionName = String.Empty |
|
protected |
uint OpenSim.Framework.RegionInfo.m_remotingPort |
|
protected |
string OpenSim.Framework.RegionInfo.m_serverURI |
|
protected |
UUID OpenSim.Framework.RegionInfo.originRegionID = UUID.Zero |
string OpenSim.Framework.RegionInfo.osSecret |
bool OpenSim.Framework.RegionInfo.Persistent = true |
int OpenSim.Framework.RegionInfo.ProxyOffset = 0 |
string OpenSim.Framework.RegionInfo.proxyUrl = "" |
string OpenSim.Framework.RegionInfo.RegionFile = String.Empty |
UUID OpenSim.Framework.RegionInfo.RegionID = UUID.Zero |
string OpenSim.Framework.RegionInfo.regionSecret = UUID.Random().ToString() |
X dimension of the region.
If this is a varregion then the default size set here will be replaced when we load the region config.
Definition at line 161 of file RegionInfo.cs.
X dimension of the region.
If this is a varregion then the default size set here will be replaced when we load the region config.
Definition at line 169 of file RegionInfo.cs.
Z dimension of the region.
XXX: Unknown if this accounts for regions with negative Z.
Definition at line 177 of file RegionInfo.cs.
string OpenSim.Framework.RegionInfo.RemotingAddress |
UUID OpenSim.Framework.RegionInfo.ScopeID = UUID.Zero |
uint OpenSim.Framework.RegionInfo.WorldLocX = 0 |
uint OpenSim.Framework.RegionInfo.WorldLocY = 0 |
uint OpenSim.Framework.RegionInfo.WorldLocZ = 0 |
byte OpenSim.Framework.RegionInfo.AccessLevel |
|
get |
int OpenSim.Framework.RegionInfo.AgentCapacity |
|
getset |
bool OpenSim.Framework.RegionInfo.ClampPrimSize |
|
get |
IPEndPoint OpenSim.Framework.RegionInfo.ExternalEndPoint |
|
getset |
This accessor can throw all the exceptions that Dns.GetHostAddresses can throw.
XXX Isn't this really doing too much to be a simple getter, rather than an explict method?
Definition at line 427 of file RegionInfo.cs.
string OpenSim.Framework.RegionInfo.ExternalHostName |
|
getset |
uint OpenSim.Framework.RegionInfo.HttpPort |
|
getset |
The port by which http communication occurs with the region (most noticeably, CAPS communication)
Definition at line 382 of file RegionInfo.cs.
IPEndPoint OpenSim.Framework.RegionInfo.InternalEndPoint |
|
getset |
int OpenSim.Framework.RegionInfo.LinksetCapacity |
|
get |
string OpenSim.Framework.RegionInfo.MaptileStaticFile |
|
getset |
UUID OpenSim.Framework.RegionInfo.MaptileStaticUUID |
|
get |
int OpenSim.Framework.RegionInfo.MaxPrimsPerUser |
|
get |
int OpenSim.Framework.RegionInfo.NonphysPrimMax |
|
get |
float OpenSim.Framework.RegionInfo.NonphysPrimMin |
|
get |
int OpenSim.Framework.RegionInfo.ObjectCapacity |
|
get |
int OpenSim.Framework.RegionInfo.PhysPrimMax |
|
get |
float OpenSim.Framework.RegionInfo.PhysPrimMin |
|
get |
ulong OpenSim.Framework.RegionInfo.RegionHandle |
|
get |
uint OpenSim.Framework.RegionInfo.RegionLocX |
|
getset |
The x co-ordinate of this region in map tiles (e.g. 1000). Coordinate is scaled as world coordinates divided by the legacy region size and is thus is the number of legacy regions.
Definition at line 485 of file RegionInfo.cs.
uint OpenSim.Framework.RegionInfo.RegionLocY |
|
getset |
The y co-ordinate of this region in map tiles (e.g. 1000). Coordinate is scaled as world coordinates divided by the legacy region size and is thus is the number of legacy regions.
Definition at line 496 of file RegionInfo.cs.
string OpenSim.Framework.RegionInfo.RegionName |
|
getset |
string OpenSim.Framework.RegionInfo.RegionType |
|
get |
uint OpenSim.Framework.RegionInfo.RemotingPort |
|
getset |
string OpenSim.Framework.RegionInfo.ServerURI |
|
getset |
A well-formed URI for the host region server (namely "http://" + ExternalHostName)
Definition at line 392 of file RegionInfo.cs.
The documentation for this class was generated from the following file: