Nuclide
Software Development Kit for id Tech
defs.h File Reference
#include "cvars.h"
#include "profiles.h"

Go to the source code of this file.

Macros

#define BotLog(...)   if (autocvar_bot_developer) _BotLog(__FUNC__, sprintf(__VA_ARGS__))
 Logs an bot system specific log message. More...
 
#define BotEntLog(...)   if (autocvar_bot_developer) _BotEntLog(classname, __FUNC__, num_for_edict(this), sprintf(__VA_ARGS__))
 Logs an bot specific entity class log message. More...
 

Functions

vector Route_SelectDestination (NSBot target)
 
void _BotLog (string functionName, string msg)
 
void _BotEntLog (string className, string functionName, float edictNum, string warnMessage)
 

Variables

var int autocvar_nav_linksize = 256
 
var int autocvar_nav_radius = 8
 
var string autocvar_bot_prefix = ""