Public Member Functions | |
| KAClientParticule (KWorld *pWorld, KTIME DeathTime=KAPARTICULE_IMMORTAL) | |
| void | SetDeathTime (KTIME Time=KAPARTICULE_IMMORTAL) |
| bool | IsImmortal () |
| KTIME | GetBornTime () |
| KTIME | GetDeathTime () |
| float | GetLifeRatio () |
Protected Attributes | |
| KTIME | m_BornTime |
| KTIME | m_DeathTime |
Definition at line 22 of file A_ClientParticule.h.
1.5.1-p1