GOALTYPE
Description
Used by NPC:GetCurGoalType.
These enumerations do not exist in game and are listed here only for reference
Values
GOALTYPE_NONE | 0 | No goal type. |
GOALTYPE_TARGETENT | 1 | The goal type is an entity. |
GOALTYPE_ENEMY | 2 | The goal type is the enemy entity. |
GOALTYPE_PATHCORNER | 3 | The goal type is a path corner. |
GOALTYPE_LOCATION | 4 | The goal type is a position. |
GOALTYPE_LOCATION_NEAREST_NODE | 5 | The goal type is a node nearest to a certain position. |
GOALTYPE_FLANK | 6 | Goal type is a flank location. |
GOALTYPE_COVER | 7 | Goal type is a cover spot. |
GOALTYPE_INVALID | 8 | Invalid goal type. |