Nuclide
Software Development Kit for id Tech
|
Classes | |
class | scripted_sequence |
Server-Entity: Scripted Sequence Controller. More... | |
Macros | |
#define | NSAIScript_Log(...) _NSAIScript_Log(sprintf(__VA_ARGS__)) |
#define | SSFL_REPEATABLE 4 |
#define | SSFL_LEAVECORPSE 8 |
#define | SSFL_NOINTERRUPT 32 |
#define | SSFL_OVERRIDEAI 64 |
#define | SSFL_NOSCRIPTMOVE 128 |
Enumerations | |
enum | { SS_NO , SS_WALK , SS_RUN , SS_UNUSED , SS_INSTANTANEOUS , SS_TURNTOFACE } |
Functions | |
void | _NSAIScript_Log (string msg) |
float (float modidx, string framename) frameforname | |
float (float modidx, float framenum) frameduration | |
Variables | |
var bool | autocvar_ai_debugScripts = false |
#define NSAIScript_Log | ( | ... | ) | _NSAIScript_Log(sprintf(__VA_ARGS__)) |
#define SSFL_LEAVECORPSE 8 |
#define SSFL_NOINTERRUPT 32 |
#define SSFL_NOSCRIPTMOVE 128 |
#define SSFL_OVERRIDEAI 64 |
#define SSFL_REPEATABLE 4 |
float | ( | float | modidx, |
float | framenum | ||
) |
float | ( | float | modidx, |
string | framename | ||
) |
var bool autocvar_ai_debugScripts = false |