Class LocationConstants
Static class that containts constants related to locations.
Inheritance
System.Object
LocationConstants
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.Common.Contracts.Constants
Assembly: Fibula.Common.Contracts.dll
Syntax
public static class LocationConstants
Fields
| Improve this Doc View SourceContainerFlag
The bit flag for containers encoded in location.
Declaration
public const int ContainerFlag = 64
Field Value
Type | Description |
---|---|
System.Int32 |
NonMapLocationX
A value for X that denotes a location type other than Map.
Declaration
public const int NonMapLocationX = 65535
Field Value
Type | Description |
---|---|
System.Int32 |