xoreos  0.0.5
Namespaces | Variables
actionexecutor.cpp File Reference

Creature action executor for Star Wars: Knights of the Old Republic. More...

#include "glm/vec3.hpp"
#include "glm/gtc/type_ptr.hpp"
#include "src/common/maths.h"
#include "src/engines/kotor/actionexecutor.h"
#include "src/engines/kotor/creature.h"
#include "src/engines/kotor/area.h"
#include "src/engines/kotor/module.h"
Include dependency graph for actionexecutor.cpp:

Go to the source code of this file.

Namespaces

 Engines
 
 Engines::KotOR
 

Variables

static const float kWalkDistance = 2.0f
 

Detailed Description

Creature action executor for Star Wars: Knights of the Old Republic.

Definition in file actionexecutor.cpp.

Variable Documentation

◆ kWalkDistance

const float kWalkDistance = 2.0f
static

Definition at line 35 of file actionexecutor.cpp.

Referenced by Engines::KotOR::ActionExecutor::moveTo().