Show / Hide Table of Contents

    Class ItemConstants

    Static class that contains constants regarding items.

    Inheritance
    System.Object
    ItemConstants
    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.Items.Contracts.Constants
    Assembly: Fibula.Items.Contracts.dll
    Syntax
    public static class ItemConstants

    Fields

    | Improve this Doc View Source

    MaxContainersPerCreature

    The maximum number of containers to maintain per creature.

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

    MaximumAmountOfCummulativeItems

    The maximum amount value of cummulative items.

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

    UnsetContainerPosition

    The position to use for unset or new containers.

    Declaration
    public const byte UnsetContainerPosition = 255
    Field Value
    Type Description
    System.Byte
    • 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.