Class MapConstants
Static class that contains constants regarding the map.
Inheritance
System.Object
MapConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Map.Contracts.Constants
Assembly: Fibula.Map.Contracts.dll
Syntax
public static class MapConstants
Fields
| Improve this Doc View SourceDefaultWindowSizeX
The default window size in the X coordinate.
Declaration
public const byte DefaultWindowSizeX = 18
Field Value
Type | Description |
---|---|
System.Byte |
DefaultWindowSizeY
The default window size in the Y coordinate.
Declaration
public const byte DefaultWindowSizeY = 14
Field Value
Type | Description |
---|---|
System.Byte |
ElvenbaneMark
The mark for Elvenbane.
Declaration
public static readonly Location ElvenbaneMark
Field Value
Type | Description |
---|---|
Location |
FibulaMark
The mark for Fibula downdown.
Declaration
public static readonly Location FibulaMark
Field Value
Type | Description |
---|---|
Location |
MaximumNumberOfThingsToDescribePerTile
The maximum number of IThings to describe per tile.
Declaration
public const int MaximumNumberOfThingsToDescribePerTile = 9
Field Value
Type | Description |
---|---|
System.Int32 |
RookgaardTempleMark
The mark for the temple in Rookgaard.
Declaration
public static readonly Location RookgaardTempleMark
Field Value
Type | Description |
---|---|
Location |
ThaisTempleMark
The mark for the temple in Thais.
Declaration
public static readonly Location ThaisTempleMark
Field Value
Type | Description |
---|---|
Location |