![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Helper class for region registration. More...
Public Member Functions | |
| int | CompareTo (object obj) |
| Compares 2 objects. | |
Public Attributes | |
| ushort | Id |
| The region id. | |
| string | Name |
| The region name. | |
| string | Description |
| The region description. | |
| string | Ip |
| The region IP. | |
| ushort | Port |
| The region port. | |
| int | WaterLevel |
| The region water level. | |
| bool | DivingEnabled |
| The region diving flag. | |
| bool | HousingEnabled |
| The region housing flag. | |
| int | Expansion |
| The region expansion. | |
| Mob[] | Mobs |
| The region mobs. | |
Helper class for region registration.
| int DOL.GS.RegionData.CompareTo | ( | object | obj | ) |
Compares 2 objects.
| obj |
The region description.
The region diving flag.
The region expansion.
The region housing flag.
| ushort DOL.GS.RegionData.Id |
The region id.
| string DOL.GS.RegionData.Ip |
The region IP.
| Mob [] DOL.GS.RegionData.Mobs |
The region mobs.
| string DOL.GS.RegionData.Name |
The region name.
| ushort DOL.GS.RegionData.Port |
The region port.
The region water level.