UFO: Alien Invasion
Loading...
Searching...
No Matches
implant_t Struct Reference

#include <chr_shared.h>

Collaboration diagram for implant_t:
Collaboration graph

Public Member Functions

 implant_s ()

Data Fields

const implantDef_tdef
int installedTime
int removedTime
int trigger

Detailed Description

Definition at line 372 of file chr_shared.h.

Member Function Documentation

◆ implant_s()

implant_t::implant_s ( )
inline

Definition at line 378 of file chr_shared.h.

References def, installedTime, nullptr, removedTime, and trigger.

Field Documentation

◆ def

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().

◆ installedTime

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().

◆ removedTime

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().

◆ trigger

int implant_t::trigger

Definition at line 376 of file chr_shared.h.

Referenced by CHRSH_ApplyImplant(), CHRSH_UpdateImplants(), and implant_s().


The documentation for this struct was generated from the following file: