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. |