Show / Hide Table of Contents

    Enum Slot

    Enumeration of the possible inventory slots.

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

    Fields

    Name Description
    Ammo

    The ammunition slot.

    Anywhere

    Special slot that is a wildcard.

    Back

    The back slot.

    Body

    The chest slot.

    Feet

    The feet slot.

    Head

    The head slot.

    LeftHand

    The left hand slot.

    Legs

    The pants slot.

    Neck

    The neck slot.

    RightHand

    The right hand slot.

    Ring

    The ring slot.

    TwoHanded

    Any of the hand slots. Uses both hands.

    UnsetInvalid

    Special slot that is an unset or invalid value.

    Extension Methods

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