![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Headers/AIEntity.h"
#include "AI/PathFinding/Headers/DivideCrowd.h"
#include "AI/PathFinding/NavMeshes/Headers/NavMesh.h"
#include "AI/ActionInterface/Headers/AITeam.h"
#include "AI/ActionInterface/Headers/AIProcessor.h"
#include "Dynamics/Entities/Units/Headers/NPC.h"
#include "Sensors/Headers/AudioSensor.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Variables | |
constexpr F32 | Divide::DESTINATION_RADIUS = 2.f |
constexpr F32 | Divide::DESTINATION_RADIUS_SQ |
constexpr F32 | Divide::DESTINATION_RADIUS_F = to_F32(DESTINATION_RADIUS) |