|
Freeciv-3.1
|
#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 |
Definition at line 1842 of file packets_gen.h.
| bool packet_edit_game::lake_flooding |
Definition at line 1850 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| bool packet_edit_game::prevent_new_cities |
Definition at line 1849 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| bool packet_edit_game::ruleset_locked |
Definition at line 1851 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| bool packet_edit_game::scenario |
Definition at line 1843 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| char packet_edit_game::scenario_authors[MAX_LEN_PACKET/3] |
Definition at line 1845 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| char packet_edit_game::scenario_name[256] |
Definition at line 1844 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| bool packet_edit_game::scenario_players |
Definition at line 1847 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| bool packet_edit_game::scenario_random |
Definition at line 1846 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().
| bool packet_edit_game::startpos_nations |
Definition at line 1848 of file packets_gen.h.
Referenced by handle_edit_game(), objbind_pack_current_values(), objbind_pack_modified_value(), and send_packet_edit_game_100().