Show / Hide Table of Contents

    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 Source

    DefaultWindowSizeX

    The default window size in the X coordinate.

    Declaration
    public const byte DefaultWindowSizeX = 18
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    DefaultWindowSizeY

    The default window size in the Y coordinate.

    Declaration
    public const byte DefaultWindowSizeY = 14
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    ElvenbaneMark

    The mark for Elvenbane.

    Declaration
    public static readonly Location ElvenbaneMark
    Field Value
    Type Description
    Location
    | Improve this Doc View Source

    FibulaMark

    The mark for Fibula downdown.

    Declaration
    public static readonly Location FibulaMark
    Field Value
    Type Description
    Location
    | Improve this Doc View Source

    MaximumNumberOfThingsToDescribePerTile

    The maximum number of IThings to describe per tile.

    Declaration
    public const int MaximumNumberOfThingsToDescribePerTile = 9
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RookgaardTempleMark

    The mark for the temple in Rookgaard.

    Declaration
    public static readonly Location RookgaardTempleMark
    Field Value
    Type Description
    Location
    | Improve this Doc View Source

    ThaisTempleMark

    The mark for the temple in Thais.

    Declaration
    public static readonly Location ThaisTempleMark
    Field Value
    Type Description
    Location
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.