|
UFO: Alien Invasion
|
The csi structure is the client-server-information structure which contains all the static data needed by the server and the client. More...
#include <q_shared.h>

The csi structure is the client-server-information structure which contains all the static data needed by the server and the client.
Definition at line 515 of file q_shared.h.
| linkedList_t* csi_t::actorNames |
Definition at line 562 of file q_shared.h.
| const chrTemplate_t* csi_t::alienChrTemplates[MAX_TEAMS_PER_MISSION] |
Definition at line 554 of file q_shared.h.
| const teamDef_t* csi_t::alienTeams[MAX_TEAMS_PER_MISSION] |
the current assigned teams for this mission
Definition at line 553 of file q_shared.h.
| linkedList_t* csi_t::bodyTemplates |
Definition at line 560 of file q_shared.h.
| chrTemplate_t csi_t::chrTemplates[MAX_CHARACTER_TEMPLATES] |
character templates
Definition at line 558 of file q_shared.h.
| int csi_t::damBlast |
Definition at line 528 of file q_shared.h.
| int csi_t::damFire |
Definition at line 528 of file q_shared.h.
| int csi_t::damIncendiary |
incendiary damage type that spawns fire fields that will hurt actors
Definition at line 537 of file q_shared.h.
| int csi_t::damLaser |
Damage type ids
Definition at line 532 of file q_shared.h.
| int csi_t::damNormal |
Damage type ids
Definition at line 528 of file q_shared.h.
| int csi_t::damParticle |
Definition at line 532 of file q_shared.h.
| int csi_t::damPlasma |
Definition at line 532 of file q_shared.h.
| int csi_t::damShock |
Flashbang-type 'damage' (i.e. Blinding).
Definition at line 529 of file q_shared.h.
| int csi_t::damSmoke |
smoke damage type that spawn smoke fields that blocks the visibility
Definition at line 536 of file q_shared.h.
| int csi_t::damStunElectro |
Electro-Shock attack (effective against organic and robotic targets).
Definition at line 535 of file q_shared.h.
| int csi_t::damStunGas |
Stun gas attack (only effective against organic targets).
Definition at line 533 of file q_shared.h.
| damageType_t csi_t::dts[MAX_DAMAGETYPES] |
Damage types
Definition at line 544 of file q_shared.h.
| equipDef_t csi_t::eds[MAX_EQUIPDEFS] |
Equipment definitions
Definition at line 540 of file q_shared.h.
| gametype_t csi_t::gts[MAX_GAMETYPES] |
Definition at line 567 of file q_shared.h.
| invDef_t csi_t::ids[MAX_INVDEFS] |
Inventory definitions
Definition at line 524 of file q_shared.h.
| implantDef_t csi_t::implants[MAX_IMPLANTS] |
Definition at line 520 of file q_shared.h.
| mapDef_t csi_t::mds[MAX_MAPDEFS] |
Map definitions
Definition at line 571 of file q_shared.h.
| int csi_t::numAlienTeams |
Definition at line 555 of file q_shared.h.
| int csi_t::numChrTemplates |
Definition at line 559 of file q_shared.h.
| int csi_t::numDTs |
Definition at line 545 of file q_shared.h.
| int csi_t::numEDs |
Definition at line 541 of file q_shared.h.
| int csi_t::numGTs |
Definition at line 568 of file q_shared.h.
| int csi_t::numIDs |
Definition at line 525 of file q_shared.h.
| int csi_t::numImplants |
Definition at line 521 of file q_shared.h.
| int csi_t::numMDs |
Definition at line 572 of file q_shared.h.
| int csi_t::numODs |
Definition at line 518 of file q_shared.h.
| int csi_t::numTeamDefs |
Definition at line 549 of file q_shared.h.
| int csi_t::numUGV |
Definition at line 565 of file q_shared.h.
| objDef_t csi_t::ods[MAX_OBJDEFS] |
Object definitions
Definition at line 517 of file q_shared.h.
| teamDef_t csi_t::teamDef[MAX_TEAMDEFS] |
team definitions
Definition at line 548 of file q_shared.h.
| TerrainDefs csi_t::terrainDefs |
Definition at line 574 of file q_shared.h.
Definition at line 564 of file q_shared.h.