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 SourceMaxContainersPerCreature
The maximum number of containers to maintain per creature.
Declaration
public const int MaxContainersPerCreature = 16
Field Value
Type | Description |
---|---|
System.Int32 |
MaximumAmountOfCummulativeItems
The maximum amount value of cummulative items.
Declaration
public const byte MaximumAmountOfCummulativeItems = 100
Field Value
Type | Description |
---|---|
System.Byte |
UnsetContainerPosition
The position to use for unset or new containers.
Declaration
public const byte UnsetContainerPosition = 255
Field Value
Type | Description |
---|---|
System.Byte |