Show / Hide Table of Contents

    Enum LocationType

    Enumerates the possible types of locations.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum LocationType : byte

    Fields

    Name Description
    InsideContainer

    Inside a specific container.

    InventorySlot

    The inventory slot of a player.

    Map

    On the map.

    NotSet

    Unset and generally invalid location.

    Extension Methods

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