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

#include <packets_gen.h>

Data Fields

bool scenario
 
char scenario_name [256]
 
char scenario_authors [MAX_LEN_PACKET/3]
 
bool scenario_random
 
bool scenario_players
 
bool startpos_nations
 
bool prevent_new_cities
 
bool lake_flooding
 
bool ruleset_locked
 

Detailed Description

Definition at line 1830 of file packets_gen.h.

Field Documentation

◆ lake_flooding

bool packet_edit_game::lake_flooding

◆ prevent_new_cities

bool packet_edit_game::prevent_new_cities

◆ ruleset_locked

bool packet_edit_game::ruleset_locked

Definition at line 1839 of file packets_gen.h.

Referenced by handle_edit_game(), and objbind_pack_modified_value().

◆ scenario

bool packet_edit_game::scenario

◆ scenario_authors

char packet_edit_game::scenario_authors[MAX_LEN_PACKET/3]

◆ scenario_name

char packet_edit_game::scenario_name[256]

◆ scenario_players

bool packet_edit_game::scenario_players

◆ scenario_random

bool packet_edit_game::scenario_random

◆ startpos_nations

bool packet_edit_game::startpos_nations