|
UFO: Alien Invasion
|
#include <chr_shared.h>

Public Member Functions | |
| implant_s () | |
Data Fields | |
| const implantDef_t * | def |
| int | installedTime |
| int | removedTime |
| int | trigger |
Definition at line 372 of file chr_shared.h.
|
inline |
Definition at line 378 of file chr_shared.h.
References def, installedTime, nullptr, removedTime, and trigger.
| const implantDef_t* implant_t::def |
if null, the slot is still empty
Definition at line 373 of file chr_shared.h.
Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), GAME_LoadCharacter(), GAME_SaveCharacter(), implant_s(), RunEffectForImplant(), and RunImplant().
| int implant_t::installedTime |
the remaining days until the implant is ready
Definition at line 374 of file chr_shared.h.
Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), GAME_LoadCharacter(), GAME_SaveCharacter(), implant_s(), and RunImplant().
| int implant_t::removedTime |
the remaining days until the removal is ready
Definition at line 375 of file chr_shared.h.
Referenced by CHRSH_UpdateImplants(), GAME_LoadCharacter(), GAME_SaveCharacter(), implant_s(), and RunImplant().
| int implant_t::trigger |
Definition at line 376 of file chr_shared.h.
Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), and implant_s().