Show / Hide Table of Contents

    Enum TileFlag

    Enumerates the flags of a tile.

    Namespace: Fibula.Map.Contracts.Enumerations
    Assembly: Fibula.Map.Contracts.dll
    Syntax
    public enum TileFlag : byte

    Fields

    Name Description
    NoLogout

    A tile in which a character is not allowed to voluntarily log out on.

    None

    No flag.

    ProtectionZone

    A tile that is considered a protection zone.

    Refresh

    A tile that reloads after some time of being "unseen".

    Extension Methods

    ObjectExtensions.YieldSingleItem<TileFlag>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<TileFlag>(String)
    • 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.