Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
team_placement_config Struct Reference

Data Fields

struct tile ** startpos
 
int flexible_startpos_num
 
int usable_startpos_num
 
int total_startpos_num
 

Detailed Description

Definition at line 65 of file gamehand.c.

Field Documentation

◆ flexible_startpos_num

int team_placement_config::flexible_startpos_num

Definition at line 67 of file gamehand.c.

Referenced by do_team_placement(), and init_new_game().

◆ startpos

struct tile** team_placement_config::startpos

Definition at line 66 of file gamehand.c.

Referenced by do_team_placement(), and init_new_game().

◆ total_startpos_num

int team_placement_config::total_startpos_num

Definition at line 69 of file gamehand.c.

Referenced by do_team_placement(), and init_new_game().

◆ usable_startpos_num

int team_placement_config::usable_startpos_num

Definition at line 68 of file gamehand.c.

Referenced by do_team_placement(), and init_new_game().