![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Atomic task: compute flee direction away from a threat. More...
#include "Task_Flee.h"#include "../../AtomicTaskRegistry.h"#include "../../LocalBlackboard.h"#include "../../../system/system_utils.h"#include <cmath>
Include dependency graph for Task_Flee.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Variables | |
| static const float | Olympe::DEFAULT_FLEE_DISTANCE = 200.0f |
Atomic task: compute flee direction away from a threat.
C++14 compliant - no C++17/20 features.
Definition in file Task_Flee.cpp.