![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <RegExp.h>
Public Types | |
| enum | REGTYPE { VEC4 = 0, FLOAT, BOOL, INT, STRING, VEC2, VEC3, RECTANGLE, NUMTYPES, VEC4 = 0, FLOAT, BOOL, INT, STRING, VEC2, VEC3, NUMTYPES } |
| enum | REGTYPE { VEC4 = 0, FLOAT, BOOL, INT, STRING, VEC2, VEC3, RECTANGLE, NUMTYPES, VEC4 = 0, FLOAT, BOOL, INT, STRING, VEC2, VEC3, NUMTYPES } |
Public Member Functions | |
| idRegister () | |
| idRegister (const char *p, int t) | |
| void | SetToRegs (float *registers) |
| void | GetFromRegs (float *registers) |
| void | CopyRegs (idRegister *src) |
| void | Enable (bool b) |
| void | ReadFromDemoFile (idDemoFile *f) |
| void | WriteToDemoFile (idDemoFile *f) |
| void | WriteToSaveGame (idFile *savefile) |
| void | ReadFromSaveGame (idFile *savefile) |
| idRegister () | |
| idRegister (const char *p, int t) | |
| void | SetToRegs (float *registers, idTypedDict *state) |
| void | SetToRegList (idList< float > *registers, idTypedDict *state) |
| void | GetFromRegs (float *registers, idTypedDict *state) |
| void | CopyRegs (idRegister *src) |
| void | Enable (bool b) |
| void | ReadFromDemoFile (idDemoFile *f) |
| void | WriteToDemoFile (idDemoFile *f) |
Public Attributes | |
| bool | enabled |
| short | type |
| idStr | name |
| int | regCount |
| unsigned short | regs [4] |
| idWinVar * | var |
| int | type |
| int | regs [4] |
Static Public Attributes | |
| static int | REGCOUNT [NUMTYPES] = {4, 1, 1, 1, 0, 2, 3, 4} |
| enum idRegister::REGTYPE |
| enum idRegister::REGTYPE |
| Enumerator | |
|---|---|
| VEC4 | |
| FLOAT | |
| BOOL | |
| INT | |
| STRING | |
| VEC2 | |
| VEC3 | |
| RECTANGLE | |
| NUMTYPES | |
| VEC4 | |
| FLOAT | |
| BOOL | |
| INT | |
| STRING | |
| VEC2 | |
| VEC3 | |
| NUMTYPES | |
Definition at line 46 of file RegExp_old.h.
|
inline |
Definition at line 35 of file RegExp_old.h.
Definition at line 36 of file RegExp_old.h.
| ID_INLINE void idRegister::CopyRegs | ( | idRegister * | src | ) |
|
inline |
Definition at line 53 of file RegExp_old.h.
Definition at line 59 of file RegExp_old.h.
Definition at line 105 of file RegExp.cpp.
| void idRegister::ReadFromDemoFile | ( | idDemoFile * | f | ) |
Definition at line 162 of file RegExp.cpp.
| void idRegister::ReadFromDemoFile | ( | idDemoFile * | f | ) |
Definition at line 210 of file RegExp.cpp.
Definition at line 44 of file RegExp.cpp.
| void idRegister::WriteToDemoFile | ( | idDemoFile * | f | ) |
Definition at line 176 of file RegExp.cpp.
| void idRegister::WriteToDemoFile | ( | idDemoFile * | f | ) |
Definition at line 190 of file RegExp.cpp.
|
static |
| int idRegister::regs[4] |
Definition at line 49 of file RegExp_old.h.
| int idRegister::type |
Definition at line 44 of file RegExp_old.h.
1.8.6.