FS2_Open
Open source remastering of the Freespace 2 engine
team_data Struct Reference

#include <missionparse.h>

Public Attributes

int default_ship
 
int num_ship_choices
 
int loadout_total
 
int ship_list [MAX_SHIP_CLASSES]
 
char ship_list_variables [MAX_SHIP_CLASSES][TOKEN_LENGTH]
 
int ship_count [MAX_SHIP_CLASSES]
 
char ship_count_variables [MAX_SHIP_CLASSES][TOKEN_LENGTH]
 
int num_weapon_choices
 
int weaponry_pool [MAX_WEAPON_TYPES]
 
int weaponry_count [MAX_WEAPON_TYPES]
 
char weaponry_pool_variable [MAX_WEAPON_TYPES][TOKEN_LENGTH]
 
char weaponry_amount_variable [MAX_WEAPON_TYPES][TOKEN_LENGTH]
 
bool weapon_required [MAX_WEAPON_TYPES]
 

Detailed Description

Definition at line 528 of file missionparse.h.

Member Data Documentation

int team_data::default_ship

Definition at line 530 of file missionparse.h.

int team_data::loadout_total

Definition at line 532 of file missionparse.h.

int team_data::num_ship_choices

Definition at line 531 of file missionparse.h.

int team_data::num_weapon_choices

Definition at line 539 of file missionparse.h.

int team_data::ship_count[MAX_SHIP_CLASSES]

Definition at line 535 of file missionparse.h.

char team_data::ship_count_variables[MAX_SHIP_CLASSES][TOKEN_LENGTH]

Definition at line 536 of file missionparse.h.

int team_data::ship_list[MAX_SHIP_CLASSES]

Definition at line 533 of file missionparse.h.

char team_data::ship_list_variables[MAX_SHIP_CLASSES][TOKEN_LENGTH]

Definition at line 534 of file missionparse.h.

bool team_data::weapon_required[MAX_WEAPON_TYPES]

Definition at line 544 of file missionparse.h.

char team_data::weaponry_amount_variable[MAX_WEAPON_TYPES][TOKEN_LENGTH]

Definition at line 543 of file missionparse.h.

int team_data::weaponry_count[MAX_WEAPON_TYPES]

Definition at line 541 of file missionparse.h.

int team_data::weaponry_pool[MAX_WEAPON_TYPES]

Definition at line 540 of file missionparse.h.

char team_data::weaponry_pool_variable[MAX_WEAPON_TYPES][TOKEN_LENGTH]

Definition at line 542 of file missionparse.h.


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