UFO: Alien Invasion
|
#include <chr_shared.h>
Data Fields | |
const implantDef_t * | def |
int | installedTime |
int | removedTime |
int | trigger |
Definition at line 361 of file chr_shared.h.
const implantDef_t* implant_s::def |
if null
, the slot is still empty
Definition at line 362 of file chr_shared.h.
Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), GAME_LoadCharacter(), GAME_SaveCharacter(), RunEffectForImplant(), and RunImplant().
int implant_s::installedTime |
the remaining days until the implant is ready
Definition at line 363 of file chr_shared.h.
Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), GAME_LoadCharacter(), GAME_SaveCharacter(), and RunImplant().
int implant_s::removedTime |
the remaining days until the removal is ready
Definition at line 364 of file chr_shared.h.
Referenced by CHRSH_UpdateImplants(), GAME_LoadCharacter(), GAME_SaveCharacter(), and RunImplant().
int implant_s::trigger |
Definition at line 365 of file chr_shared.h.
Referenced by CHRSH_ApplyImplant(), and CHRSH_UpdateImplants().