Enum GridNavFile.GridNavCellFlags ​
Namespace: ValveResourceFormat.MapFormats
Assembly: ValveResourceFormat.dll
Flags for grid navigation cells.
csharp
[Flags]
public enum GridNavFile.GridNavCellFlags : byteFields ​
Empty = 0
Traversable = 1
Blocked = 2
HeroBlocking = 4
CreatureBlocking = 8
WardBlocking = 16

