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

Data Fields | |
| const char * | id |
| int | idx |
| const struct objDef_s * | item |
| int | installationTime |
| int | removeTime |
Definition at line 101 of file inv_shared.h.
| const char* implantDef_t::id |
Definition at line 102 of file inv_shared.h.
Referenced by Com_ParseImplant(), GAME_SaveCharacter(), HOS_ImplantDetails_f(), INVSH_GetImplantByIDSilent(), RunEffectForImplant(), and RunImplant().
| int implantDef_t::idx |
Definition at line 103 of file inv_shared.h.
Referenced by Com_ParseImplant().
| int implantDef_t::installationTime |
the time that is needed in order to install the implant
Definition at line 105 of file inv_shared.h.
Referenced by CHRSH_ApplyImplant(), and RunImplant().
| const struct objDef_s* implantDef_t::item |
the assigned implant effect
Definition at line 104 of file inv_shared.h.
Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), Com_ParseImplant(), and RunImplant().
| int implantDef_t::removeTime |
the time that is needed in order to remove the implant
Definition at line 106 of file inv_shared.h.