Freeciv21
Develop your civilization from humble roots to a global empire
team_placement_config Struct Reference
+ Collaboration diagram for team_placement_config:

Public Attributes

struct tile ** startpos
 
int flexible_startpos_num
 
int usable_startpos_num
 
int total_startpos_num
 

Detailed Description

Definition at line 57 of file gamehand.cpp.

Member Data Documentation

◆ flexible_startpos_num

int team_placement_config::flexible_startpos_num

Definition at line 59 of file gamehand.cpp.

Referenced by do_team_placement(), and init_new_game().

◆ startpos

struct tile** team_placement_config::startpos

Definition at line 58 of file gamehand.cpp.

Referenced by do_team_placement(), and init_new_game().

◆ total_startpos_num

int team_placement_config::total_startpos_num

Definition at line 61 of file gamehand.cpp.

Referenced by do_team_placement(), and init_new_game().

◆ usable_startpos_num

int team_placement_config::usable_startpos_num

Definition at line 60 of file gamehand.cpp.

Referenced by do_team_placement(), and init_new_game().