doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
AI.cpp File Reference
#include "../../idlib/precompiled.h"
#include "../Game_local.h"

Go to the source code of this file.

Functions

bool ValidForBounds (const idAASSettings *settings, const idBounds &bounds)
 
idVec3 Seek (idVec3 &vel, const idVec3 &org, const idVec3 &goal, float prediction)
 

Variables

const idEventDef EV_CombatNode_MarkUsed ("markUsed")
 

Function Documentation

idVec3 Seek ( idVec3 vel,
const idVec3 org,
const idVec3 goal,
float  prediction 
)

Definition at line 2833 of file AI.cpp.

bool ValidForBounds ( const idAASSettings settings,
const idBounds bounds 
)

Definition at line 1358 of file AI.cpp.

Variable Documentation

const idEventDef EV_CombatNode_MarkUsed("markUsed")