Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
savedata Struct Reference

Data Fields

struct section_filefile
 
char secfile_options [512]
 
const charsave_reason
 
bool scenario
 
bool save_players
 

Detailed Description

Definition at line 264 of file savegame3.c.

Field Documentation

◆ file

struct section_file* savedata::file

Definition at line 265 of file savegame3.c.

Referenced by savedata_new(), savegame3_save_real(), worklist_load(), and worklist_save().

◆ save_players

bool savedata::save_players

Definition at line 273 of file savegame3.c.

◆ save_reason

const char* savedata::save_reason

Definition at line 269 of file savegame3.c.

Referenced by savedata_new(), and savegame3_save_real().

◆ scenario

bool savedata::scenario

Definition at line 270 of file savegame3.c.

Referenced by savedata_new(), and savegame3_save_real().

◆ secfile_options

char savedata::secfile_options[512]

Definition at line 266 of file savegame3.c.