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