doom3-gpl
Doom 3 GPL source release
|
#include <PlayerIcon.h>
Public Member Functions | |
idPlayerIcon () | |
~idPlayerIcon () | |
void | Draw (idPlayer *player, jointHandle_t joint) |
void | Draw (idPlayer *player, const idVec3 &origin) |
void | FreeIcon (void) |
bool | CreateIcon (idPlayer *player, playerIconType_t type, const char *mtr, const idVec3 &origin, const idMat3 &axis) |
bool | CreateIcon (idPlayer *player, playerIconType_t type, const idVec3 &origin, const idMat3 &axis) |
void | UpdateIcon (idPlayer *player, const idVec3 &origin, const idMat3 &axis) |
Public Attributes | |
playerIconType_t | iconType |
renderEntity_t | renderEnt |
qhandle_t | iconHandle |
Definition at line 42 of file PlayerIcon.h.
idPlayerIcon::idPlayerIcon | ( | ) |
Definition at line 49 of file PlayerIcon.cpp.
idPlayerIcon::~idPlayerIcon | ( | ) |
Definition at line 59 of file PlayerIcon.cpp.
bool idPlayerIcon::CreateIcon | ( | idPlayer * | player, |
playerIconType_t | type, | ||
const char * | mtr, | ||
const idVec3 & | origin, | ||
const idMat3 & | axis | ||
) |
Definition at line 151 of file PlayerIcon.cpp.
bool idPlayerIcon::CreateIcon | ( | idPlayer * | player, |
playerIconType_t | type, | ||
const idVec3 & | origin, | ||
const idMat3 & | axis | ||
) |
Definition at line 140 of file PlayerIcon.cpp.
void idPlayerIcon::Draw | ( | idPlayer * | player, |
jointHandle_t | joint | ||
) |
Definition at line 68 of file PlayerIcon.cpp.
Definition at line 88 of file PlayerIcon.cpp.
Definition at line 127 of file PlayerIcon.cpp.
Definition at line 191 of file PlayerIcon.cpp.
qhandle_t idPlayerIcon::iconHandle |
Definition at line 55 of file PlayerIcon.h.
playerIconType_t idPlayerIcon::iconType |
Definition at line 53 of file PlayerIcon.h.
renderEntity_t idPlayerIcon::renderEnt |
Definition at line 54 of file PlayerIcon.h.