doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
idPlayerIcon Class Reference

#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
 

Detailed Description

Definition at line 42 of file PlayerIcon.h.

Constructor & Destructor Documentation

idPlayerIcon::idPlayerIcon ( )

Definition at line 49 of file PlayerIcon.cpp.

idPlayerIcon::~idPlayerIcon ( )

Definition at line 59 of file PlayerIcon.cpp.

Member Function Documentation

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.

void idPlayerIcon::Draw ( idPlayer player,
const idVec3 origin 
)

Definition at line 88 of file PlayerIcon.cpp.

void idPlayerIcon::FreeIcon ( void  )

Definition at line 127 of file PlayerIcon.cpp.

void idPlayerIcon::UpdateIcon ( idPlayer player,
const idVec3 origin,
const idMat3 axis 
)

Definition at line 191 of file PlayerIcon.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following files: