Property | Type | Description | |
---|---|---|---|
m_httpPort | uint | ||
m_objectCapacity | int | ||
m_regionArea | uint | ||
m_regionLocX | int | ||
m_regionLocY | int | ||
m_regionLocZ | int | ||
m_regionName | string | ||
m_regionPort | int | ||
m_regionTerrain | string | ||
m_regionType | string |
Property | Type | Description | |
---|---|---|---|
DeserializeObject | object | ||
SerializeObject | void |
Method | Description | |
---|---|---|
FromOSD ( OSDMap map ) : void | ||
LoadRegionConfig ( string fileName ) : void |
Initializes a new instance of a regions when loaded from a definition file"/> class.
|
|
PackRegionInfoData ( ) : OSDMap | ||
SaveRegionConfig ( string fileName ) : void | ||
ToOSD ( ) : OSDMap | ||
UnpackRegionInfoData ( OSDMap args ) : void |
Method | Description | |
---|---|---|
DeserializeObject ( string fileName ) : object |
Deserializes the region definition from the supplied filename.
|
|
SerializeObject ( string fileName, object obj ) : void |
Serializes a region definition.
|
public LoadRegionConfig ( string fileName ) : void | ||
fileName | string | File name. |
return | void |
public SaveRegionConfig ( string fileName ) : void | ||
fileName | string | |
return | void |
public UnpackRegionInfoData ( OSDMap args ) : void | ||
args | OSDMap | |
return | void |