AppendString(idVarDef *def, const char *from) | idInterpreter | private |
BeginMultiFrameEvent(idEntity *ent, const idEventDef *event) | idInterpreter | |
CallEvent(const function_t *func, int argsize) | idInterpreter | private |
callStack | idInterpreter | private |
callStackDepth | idInterpreter | private |
CallSysEvent(const function_t *func, int argsize) | idInterpreter | private |
CurrentFile(void) const | idInterpreter | |
currentFunction | idInterpreter | private |
CurrentLine(void) const | idInterpreter | |
debug | idInterpreter | |
DisplayInfo(void) const | idInterpreter | |
doneProcessing | idInterpreter | |
EndMultiFrameEvent(idEntity *ent, const idEventDef *event) | idInterpreter | |
EnterFunction(const function_t *func, bool clearStack) | idInterpreter | |
EnterObjectFunction(idEntity *self, const function_t *func, bool clearStack) | idInterpreter | |
Error(const char *fmt,...) const id_attribute((format(printf | idInterpreter | |
eventEntity | idInterpreter | private |
Execute(void) | idInterpreter | |
FloatToString(float value) | idInterpreter | private |
GetCallstack(void) const | idInterpreter | |
GetCallstackDepth(void) const | idInterpreter | |
GetCurrentFunction(void) const | idInterpreter | |
GetEntity(int entnum) const | idInterpreter | private |
GetRegisterValue(const char *name, idStr &out, int scopeDepth) | idInterpreter | |
GetScriptObject(int entnum) const | idInterpreter | private |
GetString(idVarDef *def) | idInterpreter | private |
GetThread(void) const | idInterpreter | |
GetVariable(idVarDef *def) | idInterpreter | private |
idInterpreter() | idInterpreter | |
instructionPointer | idInterpreter | private |
LeaveFunction(idVarDef *returnDef) | idInterpreter | private |
localstack | idInterpreter | private |
localstackBase | idInterpreter | private |
localstackUsed | idInterpreter | private |
maxLocalstackUsed | idInterpreter | private |
maxStackDepth | idInterpreter | private |
multiFrameEvent | idInterpreter | private |
MultiFrameEventInProgress(void) const | idInterpreter | |
NextInstruction(int position) | idInterpreter | private |
PopParms(int numParms) | idInterpreter | private |
popParms | idInterpreter | private |
Push(int value) | idInterpreter | private |
PushString(const char *string) | idInterpreter | private |
Reset(void) | idInterpreter | |
Restore(idRestoreGame *savefile) | idInterpreter | |
Save(idSaveGame *savefile) const | idInterpreter | |
SetString(idVarDef *def, const char *from) | idInterpreter | private |
SetThread(idThread *pThread) | idInterpreter | |
StackTrace(void) const | idInterpreter | |
terminateOnExit | idInterpreter | |
thread | idInterpreter | private |
ThreadCall(idInterpreter *source, const function_t *func, int args) | idInterpreter | |
threadDying | idInterpreter | |
Warning(const char *fmt,...) const id_attribute((format(printf | idInterpreter | |