gwnavruntime/queries/utils/pathclamperflag.h Source File
Go to the documentation of this file.
8 #ifndef Navigation_PathClamperFlag_H
9 #define Navigation_PathClamperFlag_H
26 typedef KyUInt32 PathClamperFlagMask;
27 static const PathClamperFlagMask PathClamperFlag_ClampAll =
KyUInt32MAXVAL;
28 static const PathClamperFlagMask PathClamperFlag_ClampNone = 0;
position initially provided as input of a query will be clamped (i.e. start and dest of PathFinderQue...
Definition: pathclamperflag.h:25
PathClamperFlag
These flags determine if some specific positions must have their altitude clamped on NavMesh...
Definition: pathclamperflag.h:19
All NavGraphVertices linked to NavMesh will be clamped, this supersedes AltitudeClampingOption_ClampI...
Definition: pathclamperflag.h:22
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
#define KyUInt32MAXVAL
The maximum value that can be stored in the KyUInt32 variable type.
Definition: types.h:226