gwnavruntime/world/progressonpathstatus.h Source File

progressonpathstatus.h
Go to the documentation of this file.
1 /*
2 * Copyright 2015 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 #ifndef Navigation_ProgressOnPathStatus_H
8 #define Navigation_ProgressOnPathStatus_H
9 
10 namespace Kaim
11 {
12 
15 {
19 
23 
28 
29  ProgressOnPathOutsideNavMesh,
30 
31  ProgressOnPathOnNavMesh,
32 };
33 
34 }
35 
36 #endif
ProgressOnPathStatus
Enumerates the possible status values of Bot Position on path.
Definition: progressonpathstatus.h:14
Definition: gamekitcrowddispersion.h:20
Progress on path was on a valid NavData that has been streamed out (due to explicit streaming or Dyna...
Definition: progressonpathstatus.h:27
Progress on path is initialized but has not been computed yet.
Definition: progressonpathstatus.h:22
Progress on path has not been yet initialized at all.
Definition: progressonpathstatus.h:18