Enum NavAttributeFlags ​
Namespace: ValveResourceFormat.NavMesh
Assembly: ValveResourceFormat.dll
Attribute flags stored on navigation mesh areas.
csharp
[Flags]
public enum NavAttributeFlags : longFields ​
None = 0
Jump = 2
NoJump = 8
Stop = 16
Run = 32
Walk = 64
Avoid = 128
Transient = 256
DontHide = 512
Stand = 1024
NoHostages = 2048
Stairs = 4096
NoMerge = 8192
ObstacleTop = 16384
NonZUp = 32768
CrouchHeight = 65536
NonZUpTransition = 131072
CrawlHeight = 262144
Remarks ​
These values apply to nav version 35 and newer, older versions store a different set of flags which is not mapped here. Bits 19 and above are game specific attributes.

