#include <raGameCharakter.h>
|
| raGameCharakter (raGame *pGame, UINT team, raVector3 position, raVector3 destination, raVector3 scale=raVector3(1, 1, 1)) |
|
| raGameCharakter (const GUID &raguid, raGame *pGame, UINT team, raVector3 position, raVector3 destination, raVector3 scale=raVector3(1, 1, 1)) |
|
| ~raGameCharakter (void) |
|
void | Update (double fTime, float fElapsedTime) |
|
raVector3 | GetPosition () |
|
UINT | GetHealth () |
|
void | SetDestination (const raVector3 &destination) |
|
void | SetSelected (bool bSelected) |
|
void | SetFollow (raGameCharakter *pOther) |
|
void | TakeHit (raGameCharakter *pOther) |
|
void | SetAnimation (UINT clip) |
|
Definition at line 3 of file raGameCharakter.h.
◆ raGameCharakter() [1/2]
◆ raGameCharakter() [2/2]
◆ ~raGameCharakter()
raGameCharakter::~raGameCharakter |
( |
void |
| ) |
|
◆ GetHealth()
UINT raGameCharakter::GetHealth |
( |
| ) |
|
|
inline |
◆ GetPosition()
◆ SetAnimation()
void raGameCharakter::SetAnimation |
( |
UINT |
clip | ) |
|
◆ SetDestination()
void raGameCharakter::SetDestination |
( |
const raVector3 & |
destination | ) |
|
◆ SetFollow()
◆ SetSelected()
void raGameCharakter::SetSelected |
( |
bool |
bSelected | ) |
|
◆ TakeHit()
◆ Update()
void raGameCharakter::Update |
( |
double |
fTime, |
|
|
float |
fElapsedTime |
|
) |
| |
◆ m_AktHealth
UINT raGameCharakter::m_AktHealth |
|
protected |
◆ m_bIsFighting
bool raGameCharakter::m_bIsFighting |
|
protected |
◆ m_destination
◆ m_InstanceNo
UINT raGameCharakter::m_InstanceNo |
|
protected |
◆ m_MaxHealth
UINT raGameCharakter::m_MaxHealth |
|
protected |
◆ m_pFollow
◆ m_pGame
raGame* raGameCharakter::m_pGame |
|
protected |
◆ m_Position
◆ m_scale
◆ m_speed
float raGameCharakter::m_speed |
|
protected |
◆ m_Team
UINT raGameCharakter::m_Team |
|
protected |
◆ m_velocity
The documentation for this class was generated from the following files: