doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idTypeInfoTools |
Macros | |
#define | private public |
#define | protected public |
Typedefs | |
typedef void(* | WriteVariableType_t )(const char *varName, const char *varType, const char *scope, const char *prefix, const char *postfix, const char *value, const void *varPtr, int varSize) |
Functions | |
const char * | GetTypeVariableName (const char *typeName, int offset) |
bool | IsAllowedToChangedFromSaveGames (const char *varName, const char *varType, const char *scope, const char *prefix, const char *postfix, const char *value) |
bool | IsRenderHandleVariable (const char *varName, const char *varType, const char *scope, const char *prefix, const char *postfix, const char *value) |
void | WriteGameState_f (const idCmdArgs &args) |
void | CompareGameState_f (const idCmdArgs &args) |
void | TestSaveGame_f (const idCmdArgs &args) |
void | WriteTypeToFile (idFile *fp, const void *typePtr, const char *typeName) |
void | PrintType (const void *typePtr, const char *typeName) |
void | InitTypeVariables (const void *typePtr, const char *typeName, int value) |
int | SortTypeInfoByName (const int *a, const int *b) |
int | SortTypeInfoBySize (const int *a, const int *b) |
void | ListTypeInfo_f (const idCmdArgs &args) |
#define private public |
Definition at line 30 of file TypeInfo.cpp.
#define protected public |
Definition at line 31 of file TypeInfo.cpp.
typedef void(* WriteVariableType_t)(const char *varName, const char *varType, const char *scope, const char *prefix, const char *postfix, const char *value, const void *varPtr, int varSize) |
Definition at line 48 of file TypeInfo.cpp.
Definition at line 1325 of file TypeInfo.cpp.
Definition at line 92 of file TypeInfo.cpp.
Definition at line 1389 of file TypeInfo.cpp.
bool IsAllowedToChangedFromSaveGames | ( | const char * | varName, |
const char * | varType, | ||
const char * | scope, | ||
const char * | prefix, | ||
const char * | postfix, | ||
const char * | value | ||
) |
Definition at line 291 of file TypeInfo.cpp.
bool IsRenderHandleVariable | ( | const char * | varName, |
const char * | varType, | ||
const char * | scope, | ||
const char * | prefix, | ||
const char * | postfix, | ||
const char * | value | ||
) |
Definition at line 347 of file TypeInfo.cpp.
Definition at line 1412 of file TypeInfo.cpp.
Definition at line 1380 of file TypeInfo.cpp.
Definition at line 1398 of file TypeInfo.cpp.
Definition at line 1402 of file TypeInfo.cpp.
Definition at line 1343 of file TypeInfo.cpp.
Definition at line 1307 of file TypeInfo.cpp.