Freeciv-3.3
Loading...
Searching...
No Matches
Macros | Functions
tolua_game_gen.c File Reference
#include "tolua.h"
#include <stdlib.h>
#include <string.h>
#include "api_common_utilities.h"
#include "api_game_effects.h"
#include "api_game_find.h"
#include "api_game_methods.h"
#include "luascript_types.h"

Go to the source code of this file.

Macros

#define game_info_substructure   game.info
 

Functions

int tolua_bnd_takeownership (lua_State *L)
 
TOLUA_API int tolua_game_open (lua_State *tolua_S)
 
LUALIB_API int luaopen_game (lua_State *tolua_S)
 
static void tolua_reg_types (lua_State *tolua_S)
 
static int tolua_get_Player_Player_name (lua_State *tolua_S)
 
static int tolua_get_Player_Player_nation_ptr (lua_State *tolua_S)
 
static int tolua_set_Player_Player_nation_ptr (lua_State *tolua_S)
 
static int tolua_get_Player_Player_government_ptr (lua_State *tolua_S)
 
static int tolua_set_Player_Player_government_ptr (lua_State *tolua_S)
 
static int tolua_get_Player_Player_is_alive (lua_State *tolua_S)
 
static int tolua_set_Player_Player_is_alive (lua_State *tolua_S)
 
static int tolua_get_City_City_name (lua_State *tolua_S)
 
static int tolua_get_City_City_owner_ptr (lua_State *tolua_S)
 
static int tolua_set_City_City_owner_ptr (lua_State *tolua_S)
 
static int tolua_get_City_City_original_ptr (lua_State *tolua_S)
 
static int tolua_set_City_City_original_ptr (lua_State *tolua_S)
 
static int tolua_get_City_City_id (lua_State *tolua_S)
 
static int tolua_get_Connection_Connection_id (lua_State *tolua_S)
 
static int tolua_get_Unit_Unit_utype_ptr (lua_State *tolua_S)
 
static int tolua_set_Unit_Unit_utype_ptr (lua_State *tolua_S)
 
static int tolua_get_Unit_Unit_owner_ptr (lua_State *tolua_S)
 
static int tolua_set_Unit_Unit_owner_ptr (lua_State *tolua_S)
 
static int tolua_get_Unit_Unit_nationality_ptr (lua_State *tolua_S)
 
static int tolua_set_Unit_Unit_nationality_ptr (lua_State *tolua_S)
 
static int tolua_get_Unit_Unit_homecity (lua_State *tolua_S)
 
static int tolua_set_Unit_Unit_homecity (lua_State *tolua_S)
 
static int tolua_get_Unit_Unit_veteran (lua_State *tolua_S)
 
static int tolua_set_Unit_Unit_veteran (lua_State *tolua_S)
 
static int tolua_get_Unit_Unit_id (lua_State *tolua_S)
 
static int tolua_get_Tile_Tile_terrain_ptr (lua_State *tolua_S)
 
static int tolua_set_Tile_Tile_terrain_ptr (lua_State *tolua_S)
 
static int tolua_get_Tile_Tile_owner_ptr (lua_State *tolua_S)
 
static int tolua_set_Tile_Tile_owner_ptr (lua_State *tolua_S)
 
static int tolua_get_Tile_Tile_index (lua_State *tolua_S)
 
static int tolua_get_Government_Government_item_number (lua_State *tolua_S)
 
static int tolua_get_Nation_Type_Nation_Type_item_number (lua_State *tolua_S)
 
static int tolua_get_Building_Type_Building_Type_build_cost (lua_State *tolua_S)
 
static int tolua_set_Building_Type_Building_Type_build_cost (lua_State *tolua_S)
 
static int tolua_get_Building_Type_Building_Type_item_number (lua_State *tolua_S)
 
static int tolua_get_Unit_Type_Unit_Type_build_cost (lua_State *tolua_S)
 
static int tolua_set_Unit_Type_Unit_Type_build_cost (lua_State *tolua_S)
 
static int tolua_get_Unit_Type_Unit_Type_obsoleted_by_ptr (lua_State *tolua_S)
 
static int tolua_set_Unit_Type_Unit_Type_obsoleted_by_ptr (lua_State *tolua_S)
 
static int tolua_get_Unit_Type_Unit_Type_item_number (lua_State *tolua_S)
 
static int tolua_get_Tech_Type_Tech_Type_item_number (lua_State *tolua_S)
 
static int tolua_get_Tech_Type_Tech_Type_cost (lua_State *tolua_S)
 
static int tolua_get_Terrain_Terrain_item_number (lua_State *tolua_S)
 
static int tolua_get_Disaster_Disaster_id (lua_State *tolua_S)
 
static int tolua_get_Achievement_Achievement_id (lua_State *tolua_S)
 
static int tolua_get_Action_Action_id (lua_State *tolua_S)
 
static int tolua_get_Specialist_Specialist_item_number (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_base_tech_cost (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_min_tech_cost (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_tech_leak_pct (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_tech_steal_allow_holes (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_tech_trade_allow_holes (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_tech_trade_loss_allow_holes (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_tech_parasite_allow_holes (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_tech_loss_allow_holes (lua_State *tolua_S)
 
static int tolua_get_Game_Info_Game_Info_sciencebox (lua_State *tolua_S)
 
static int tolua_get_game_game_info_substructure (lua_State *tolua_S)
 
static int tolua_set_game_game_info_substructure (lua_State *tolua_S)
 
static int tolua_game_game_current_turn00 (lua_State *tolua_S)
 
static int tolua_game_game_turn00 (lua_State *tolua_S)
 
static int tolua_game_game_current_year00 (lua_State *tolua_S)
 
static int tolua_game_game_current_fragment00 (lua_State *tolua_S)
 
static int tolua_game_game_current_year_text00 (lua_State *tolua_S)
 
static int tolua_game_game_rulesetdir00 (lua_State *tolua_S)
 
static int tolua_game_game_ruleset_name00 (lua_State *tolua_S)
 
static int tolua_game_game_tech_cost_style00 (lua_State *tolua_S)
 
static int tolua_game_game_tech_leakage_style00 (lua_State *tolua_S)
 
static int tolua_game_Counter_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Counter_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Counter_get00 (lua_State *tolua_S)
 
static int tolua_game_Player_properties_id00 (lua_State *tolua_S)
 
static int tolua_game_Player_properties_bulbs00 (lua_State *tolua_S)
 
static int tolua_game_Player_controlling_gui00 (lua_State *tolua_S)
 
static int tolua_game_Player_num_cities00 (lua_State *tolua_S)
 
static int tolua_game_Player_num_units00 (lua_State *tolua_S)
 
static int tolua_game_Player_num_future_techs00 (lua_State *tolua_S)
 
static int tolua_game_Player_has_wonder00 (lua_State *tolua_S)
 
static int tolua_game_Player_gold00 (lua_State *tolua_S)
 
static int tolua_game_Player_infrapoints00 (lua_State *tolua_S)
 
static int tolua_game_Player_knows_tech00 (lua_State *tolua_S)
 
static int tolua_game_Player_can_research00 (lua_State *tolua_S)
 
static int tolua_game_Player_tech_cost00 (lua_State *tolua_S)
 
static int tolua_game_Player_researching00 (lua_State *tolua_S)
 
static int tolua_game_Player_researching_cost00 (lua_State *tolua_S)
 
static int tolua_game_Player_shares_research00 (lua_State *tolua_S)
 
static int tolua_game_Player_research_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Player_research_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Player_culture00 (lua_State *tolua_S)
 
static int tolua_game_Player_has_flag00 (lua_State *tolua_S)
 
static int tolua_game_Player_can_upgrade00 (lua_State *tolua_S)
 
static int tolua_game_Player_can_build_direct00 (lua_State *tolua_S)
 
static int tolua_game_Player_can_build_direct01 (lua_State *tolua_S)
 
static int tolua_game_Player_can_employ00 (lua_State *tolua_S)
 
static int tolua_game_Player_primary_capital00 (lua_State *tolua_S)
 
static int tolua_game_Player_diplstate00 (lua_State *tolua_S)
 
static int tolua_game_Player_has_embassy00 (lua_State *tolua_S)
 
static int tolua_game_Player_team_has_embassy00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_list_players00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_Player_unit_list_head00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_Player_city_list_head00 (lua_State *tolua_S)
 
static int tolua_game_City_properties_size00 (lua_State *tolua_S)
 
static int tolua_game_City_properties_tile00 (lua_State *tolua_S)
 
static int tolua_game_City_has_building00 (lua_State *tolua_S)
 
static int tolua_game_City_map_sq_radius00 (lua_State *tolua_S)
 
static int tolua_game_City_inspire_partisans00 (lua_State *tolua_S)
 
static int tolua_game_City_culture00 (lua_State *tolua_S)
 
static int tolua_game_City_is_happy00 (lua_State *tolua_S)
 
static int tolua_game_City_is_unhappy00 (lua_State *tolua_S)
 
static int tolua_game_City_is_celebrating00 (lua_State *tolua_S)
 
static int tolua_game_City_is_gov_center00 (lua_State *tolua_S)
 
static int tolua_game_City_is_capital00 (lua_State *tolua_S)
 
static int tolua_game_City_is_primary_capital00 (lua_State *tolua_S)
 
static int tolua_game_City_link_text00 (lua_State *tolua_S)
 
static int tolua_game_City_tile_link_text00 (lua_State *tolua_S)
 
static int tolua_game_City_nationality_citizens00 (lua_State *tolua_S)
 
static int tolua_game_City_can_employ00 (lua_State *tolua_S)
 
static int tolua_game_City_num_specialists00 (lua_State *tolua_S)
 
static int tolua_game_Unit_properties_tile00 (lua_State *tolua_S)
 
static int tolua_game_Unit_transporter00 (lua_State *tolua_S)
 
static int tolua_game_Unit_is_on_possible_city_tile00 (lua_State *tolua_S)
 
static int tolua_game_Unit_can_upgrade00 (lua_State *tolua_S)
 
static int tolua_game_Unit_transform_problem00 (lua_State *tolua_S)
 
static int tolua_game_Unit_facing00 (lua_State *tolua_S)
 
static int tolua_game_Unit_link_text00 (lua_State *tolua_S)
 
static int tolua_game_Unit_tile_link_text00 (lua_State *tolua_S)
 
static int tolua_game_Unit_seen00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_Unit_cargo_list_head00 (lua_State *tolua_S)
 
static int tolua_game_Tile_properties_nat_x00 (lua_State *tolua_S)
 
static int tolua_game_Tile_properties_nat_y00 (lua_State *tolua_S)
 
static int tolua_game_Tile_properties_x00 (lua_State *tolua_S)
 
static int tolua_game_Tile_properties_y00 (lua_State *tolua_S)
 
static int tolua_game_Tile_city00 (lua_State *tolua_S)
 
static int tolua_game_Tile_city_exists_within_max_city_map00 (lua_State *tolua_S)
 
static int tolua_game_Tile_has_extra00 (lua_State *tolua_S)
 
static int tolua_game_Tile_has_base00 (lua_State *tolua_S)
 
static int tolua_game_Tile_has_road00 (lua_State *tolua_S)
 
static int tolua_game_Tile_extra_owner00 (lua_State *tolua_S)
 
static int tolua_game_Tile_is_enemy00 (lua_State *tolua_S)
 
static int tolua_game_Tile_num_units00 (lua_State *tolua_S)
 
static int tolua_game_Tile_sq_distance00 (lua_State *tolua_S)
 
static int tolua_game_Tile_link_text00 (lua_State *tolua_S)
 
static int tolua_game_Tile_known00 (lua_State *tolua_S)
 
static int tolua_game_Tile_seen00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_Tile_next_outward_index00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_Tile_tile_for_outward_index00 (lua_State *tolua_S)
 
static int tolua_game_methods_private_Tile_unit_list_head00 (lua_State *tolua_S)
 
static int tolua_game_Government_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Government_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Nation_Type_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Nation_Type_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Nation_Type_plural_translation00 (lua_State *tolua_S)
 
static int tolua_game_Building_Type_is_wonder00 (lua_State *tolua_S)
 
static int tolua_game_Building_Type_is_great_wonder00 (lua_State *tolua_S)
 
static int tolua_game_Building_Type_is_small_wonder00 (lua_State *tolua_S)
 
static int tolua_game_Building_Type_is_improvement00 (lua_State *tolua_S)
 
static int tolua_game_Building_Type_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Building_Type_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Unit_Type_has_flag00 (lua_State *tolua_S)
 
static int tolua_game_Unit_Type_has_role00 (lua_State *tolua_S)
 
static int tolua_game_Unit_Type_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Unit_Type_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Unit_Type_can_exist_at_tile00 (lua_State *tolua_S)
 
static int tolua_game_Tech_Type_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Tech_Type_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Terrain_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Terrain_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Terrain_class_name00 (lua_State *tolua_S)
 
static int tolua_game_Disaster_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Disaster_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Achievement_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Achievement_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Action_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Action_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Action_target_kind00 (lua_State *tolua_S)
 
static int tolua_game_Specialist_rule_name00 (lua_State *tolua_S)
 
static int tolua_game_Specialist_name_translation00 (lua_State *tolua_S)
 
static int tolua_game_Unit_List_Link_data00 (lua_State *tolua_S)
 
static int tolua_game_Unit_List_Link_next00 (lua_State *tolua_S)
 
static int tolua_game_City_List_Link_data00 (lua_State *tolua_S)
 
static int tolua_game_City_List_Link_next00 (lua_State *tolua_S)
 
static int tolua_game_find_counter00 (lua_State *tolua_S)
 
static int tolua_game_find_counter01 (lua_State *tolua_S)
 
static int tolua_game_find_player00 (lua_State *tolua_S)
 
static int tolua_game_find_player01 (lua_State *tolua_S)
 
static int tolua_game_find_city00 (lua_State *tolua_S)
 
static int tolua_game_find_unit00 (lua_State *tolua_S)
 
static int tolua_game_find_transport_unit00 (lua_State *tolua_S)
 
static int tolua_game_find_tile00 (lua_State *tolua_S)
 
static int tolua_game_find_tile01 (lua_State *tolua_S)
 
static int tolua_game_find_government00 (lua_State *tolua_S)
 
static int tolua_game_find_government01 (lua_State *tolua_S)
 
static int tolua_game_find_nation_type00 (lua_State *tolua_S)
 
static int tolua_game_find_nation_type01 (lua_State *tolua_S)
 
static int tolua_game_find_action00 (lua_State *tolua_S)
 
static int tolua_game_find_action01 (lua_State *tolua_S)
 
static int tolua_game_find_building_type00 (lua_State *tolua_S)
 
static int tolua_game_find_building_type01 (lua_State *tolua_S)
 
static int tolua_game_find_unit_type00 (lua_State *tolua_S)
 
static int tolua_game_find_unit_type01 (lua_State *tolua_S)
 
static int tolua_game_find_role_unit_type00 (lua_State *tolua_S)
 
static int tolua_game_find_tech_type00 (lua_State *tolua_S)
 
static int tolua_game_find_tech_type01 (lua_State *tolua_S)
 
static int tolua_game_find_terrain00 (lua_State *tolua_S)
 
static int tolua_game_find_terrain01 (lua_State *tolua_S)
 
static int tolua_game_find_achievement00 (lua_State *tolua_S)
 
static int tolua_game_find_achievement01 (lua_State *tolua_S)
 
static int tolua_game_find_specialist00 (lua_State *tolua_S)
 
static int tolua_game_find_specialist01 (lua_State *tolua_S)
 
static int tolua_game_find_disaster00 (lua_State *tolua_S)
 
static int tolua_game_find_disaster01 (lua_State *tolua_S)
 
static int tolua_game_find_direction00 (lua_State *tolua_S)
 
static int tolua_game_find_direction01 (lua_State *tolua_S)
 
static int tolua_game_find_action02 (lua_State *tolua_S)
 
static int tolua_game_find_action03 (lua_State *tolua_S)
 
static int tolua_game_find_nonexistent00 (lua_State *tolua_S)
 
static int tolua_game_effects_world_bonus00 (lua_State *tolua_S)
 
static int tolua_game_effects_player_bonus00 (lua_State *tolua_S)
 
static int tolua_game_effects_city_bonus00 (lua_State *tolua_S)
 
static int tolua_game_effects_unit_bonus00 (lua_State *tolua_S)
 
static int tolua_game_effects_tile_bonus00 (lua_State *tolua_S)
 
static int tolua_game_effects_specialist_bonus00 (lua_State *tolua_S)
 
static int tolua_game_effects_unit_vs_tile_bonus00 (lua_State *tolua_S)
 
static int tolua_game_Direction_properties_id00 (lua_State *tolua_S)
 
static int tolua_game_Direction_properties_name00 (lua_State *tolua_S)
 
static int tolua_game_Direction_properties_cardinal00 (lua_State *tolua_S)
 
static int tolua_game_direction_str2dir00 (lua_State *tolua_S)
 
static int tolua_game_direction_next_ccw00 (lua_State *tolua_S)
 
static int tolua_game_direction_next_cw00 (lua_State *tolua_S)
 
static int tolua_game_direction_opposite00 (lua_State *tolua_S)
 

Macro Definition Documentation

◆ game_info_substructure

#define game_info_substructure   game.info

Definition at line 29 of file tolua_game_gen.c.

Function Documentation

◆ luaopen_game()

LUALIB_API int luaopen_game ( lua_State tolua_S)

Definition at line 5697 of file tolua_game_gen.c.

Referenced by tolua_game_open().

◆ tolua_bnd_takeownership()

int tolua_bnd_takeownership ( lua_State L)

◆ tolua_game_Achievement_name_translation00()

static int tolua_game_Achievement_name_translation00 ( lua_State tolua_S)
static

Definition at line 4091 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Achievement_rule_name00()

static int tolua_game_Achievement_rule_name00 ( lua_State tolua_S)
static

Definition at line 4063 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Action_name_translation00()

static int tolua_game_Action_name_translation00 ( lua_State tolua_S)
static

Definition at line 4147 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Action_rule_name00()

static int tolua_game_Action_rule_name00 ( lua_State tolua_S)
static

Definition at line 4119 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Action_target_kind00()

static int tolua_game_Action_target_kind00 ( lua_State tolua_S)
static

Definition at line 4175 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Building_Type_is_great_wonder00()

static int tolua_game_Building_Type_is_great_wonder00 ( lua_State tolua_S)
static

Definition at line 3581 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Building_Type_is_improvement00()

static int tolua_game_Building_Type_is_improvement00 ( lua_State tolua_S)
static

Definition at line 3637 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Building_Type_is_small_wonder00()

static int tolua_game_Building_Type_is_small_wonder00 ( lua_State tolua_S)
static

Definition at line 3609 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Building_Type_is_wonder00()

static int tolua_game_Building_Type_is_wonder00 ( lua_State tolua_S)
static

Definition at line 3553 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Building_Type_name_translation00()

static int tolua_game_Building_Type_name_translation00 ( lua_State tolua_S)
static

Definition at line 3693 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Building_Type_rule_name00()

static int tolua_game_Building_Type_rule_name00 ( lua_State tolua_S)
static

Definition at line 3665 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_can_employ00()

static int tolua_game_City_can_employ00 ( lua_State tolua_S)
static

Definition at line 2511 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_culture00()

static int tolua_game_City_culture00 ( lua_State tolua_S)
static

Definition at line 2229 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_has_building00()

static int tolua_game_City_has_building00 ( lua_State tolua_S)
static

Definition at line 2141 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_inspire_partisans00()

static int tolua_game_City_inspire_partisans00 ( lua_State tolua_S)
static

Definition at line 2199 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_is_capital00()

static int tolua_game_City_is_capital00 ( lua_State tolua_S)
static

Definition at line 2369 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_is_celebrating00()

static int tolua_game_City_is_celebrating00 ( lua_State tolua_S)
static

Definition at line 2313 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_is_gov_center00()

static int tolua_game_City_is_gov_center00 ( lua_State tolua_S)
static

Definition at line 2341 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_is_happy00()

static int tolua_game_City_is_happy00 ( lua_State tolua_S)
static

Definition at line 2257 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_is_primary_capital00()

static int tolua_game_City_is_primary_capital00 ( lua_State tolua_S)
static

Definition at line 2397 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_is_unhappy00()

static int tolua_game_City_is_unhappy00 ( lua_State tolua_S)
static

Definition at line 2285 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_link_text00()

static int tolua_game_City_link_text00 ( lua_State tolua_S)
static

Definition at line 2425 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_List_Link_data00()

static int tolua_game_City_List_Link_data00 ( lua_State tolua_S)
static

Definition at line 4315 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_List_Link_next00()

static int tolua_game_City_List_Link_next00 ( lua_State tolua_S)
static

Definition at line 4343 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_map_sq_radius00()

static int tolua_game_City_map_sq_radius00 ( lua_State tolua_S)
static

Definition at line 2171 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_nationality_citizens00()

static int tolua_game_City_nationality_citizens00 ( lua_State tolua_S)
static

Definition at line 2481 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_num_specialists00()

static int tolua_game_City_num_specialists00 ( lua_State tolua_S)
static

Definition at line 2541 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_properties_size00()

static int tolua_game_City_properties_size00 ( lua_State tolua_S)
static

Definition at line 2085 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_properties_tile00()

static int tolua_game_City_properties_tile00 ( lua_State tolua_S)
static

Definition at line 2113 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_City_tile_link_text00()

static int tolua_game_City_tile_link_text00 ( lua_State tolua_S)
static

Definition at line 2453 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Counter_get00()

static int tolua_game_Counter_get00 ( lua_State tolua_S)
static

Definition at line 1196 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Counter_name_translation00()

static int tolua_game_Counter_name_translation00 ( lua_State tolua_S)
static

Definition at line 1168 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Counter_rule_name00()

static int tolua_game_Counter_rule_name00 ( lua_State tolua_S)
static

Definition at line 1140 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_direction_next_ccw00()

static int tolua_game_direction_next_ccw00 ( lua_State tolua_S)
static

Definition at line 5613 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_direction_next_cw00()

static int tolua_game_direction_next_cw00 ( lua_State tolua_S)
static

Definition at line 5641 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_direction_opposite00()

static int tolua_game_direction_opposite00 ( lua_State tolua_S)
static

Definition at line 5669 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Direction_properties_cardinal00()

static int tolua_game_Direction_properties_cardinal00 ( lua_State tolua_S)
static

Definition at line 5557 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Direction_properties_id00()

static int tolua_game_Direction_properties_id00 ( lua_State tolua_S)
static

Definition at line 5501 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Direction_properties_name00()

static int tolua_game_Direction_properties_name00 ( lua_State tolua_S)
static

Definition at line 5529 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_direction_str2dir00()

static int tolua_game_direction_str2dir00 ( lua_State tolua_S)
static

Definition at line 5585 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Disaster_name_translation00()

static int tolua_game_Disaster_name_translation00 ( lua_State tolua_S)
static

Definition at line 4035 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Disaster_rule_name00()

static int tolua_game_Disaster_rule_name00 ( lua_State tolua_S)
static

Definition at line 4007 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_city_bonus00()

static int tolua_game_effects_city_bonus00 ( lua_State tolua_S)
static

Definition at line 5339 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_player_bonus00()

static int tolua_game_effects_player_bonus00 ( lua_State tolua_S)
static

Definition at line 5309 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_specialist_bonus00()

static int tolua_game_effects_specialist_bonus00 ( lua_State tolua_S)
static

Definition at line 5435 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_tile_bonus00()

static int tolua_game_effects_tile_bonus00 ( lua_State tolua_S)
static

Definition at line 5401 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_unit_bonus00()

static int tolua_game_effects_unit_bonus00 ( lua_State tolua_S)
static

Definition at line 5369 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_unit_vs_tile_bonus00()

static int tolua_game_effects_unit_vs_tile_bonus00 ( lua_State tolua_S)
static

Definition at line 5469 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_effects_world_bonus00()

static int tolua_game_effects_world_bonus00 ( lua_State tolua_S)
static

Definition at line 5281 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_achievement00()

static int tolua_game_find_achievement00 ( lua_State tolua_S)
static

Definition at line 5005 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_achievement01().

◆ tolua_game_find_achievement01()

static int tolua_game_find_achievement01 ( lua_State tolua_S)
static

Definition at line 5033 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_action00()

static int tolua_game_find_action00 ( lua_State tolua_S)
static

Definition at line 4720 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_action01().

◆ tolua_game_find_action01()

static int tolua_game_find_action01 ( lua_State tolua_S)
static

Definition at line 4748 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_action02().

◆ tolua_game_find_action02()

static int tolua_game_find_action02 ( lua_State tolua_S)
static

Definition at line 5209 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_action03().

◆ tolua_game_find_action03()

static int tolua_game_find_action03 ( lua_State tolua_S)
static

Definition at line 5232 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_building_type00()

static int tolua_game_find_building_type00 ( lua_State tolua_S)
static

Definition at line 4771 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_building_type01().

◆ tolua_game_find_building_type01()

static int tolua_game_find_building_type01 ( lua_State tolua_S)
static

Definition at line 4799 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_city00()

static int tolua_game_find_city00 ( lua_State tolua_S)
static

Definition at line 4473 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_counter00()

static int tolua_game_find_counter00 ( lua_State tolua_S)
static

Definition at line 4371 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_counter01().

◆ tolua_game_find_counter01()

static int tolua_game_find_counter01 ( lua_State tolua_S)
static

Definition at line 4399 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_direction00()

static int tolua_game_find_direction00 ( lua_State tolua_S)
static

Definition at line 5158 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_direction01().

◆ tolua_game_find_direction01()

static int tolua_game_find_direction01 ( lua_State tolua_S)
static

Definition at line 5186 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_disaster00()

static int tolua_game_find_disaster00 ( lua_State tolua_S)
static

Definition at line 5107 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_disaster01().

◆ tolua_game_find_disaster01()

static int tolua_game_find_disaster01 ( lua_State tolua_S)
static

Definition at line 5135 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_government00()

static int tolua_game_find_government00 ( lua_State tolua_S)
static

Definition at line 4618 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_government01().

◆ tolua_game_find_government01()

static int tolua_game_find_government01 ( lua_State tolua_S)
static

Definition at line 4646 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_nation_type00()

static int tolua_game_find_nation_type00 ( lua_State tolua_S)
static

Definition at line 4669 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_nation_type01().

◆ tolua_game_find_nation_type01()

static int tolua_game_find_nation_type01 ( lua_State tolua_S)
static

Definition at line 4697 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_nonexistent00()

static int tolua_game_find_nonexistent00 ( lua_State tolua_S)
static

Definition at line 5255 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_player00()

static int tolua_game_find_player00 ( lua_State tolua_S)
static

Definition at line 4422 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_player01().

◆ tolua_game_find_player01()

static int tolua_game_find_player01 ( lua_State tolua_S)
static

Definition at line 4450 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_role_unit_type00()

static int tolua_game_find_role_unit_type00 ( lua_State tolua_S)
static

Definition at line 4873 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_specialist00()

static int tolua_game_find_specialist00 ( lua_State tolua_S)
static

Definition at line 5056 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_specialist01().

◆ tolua_game_find_specialist01()

static int tolua_game_find_specialist01 ( lua_State tolua_S)
static

Definition at line 5084 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_tech_type00()

static int tolua_game_find_tech_type00 ( lua_State tolua_S)
static

Definition at line 4903 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_tech_type01().

◆ tolua_game_find_tech_type01()

static int tolua_game_find_tech_type01 ( lua_State tolua_S)
static

Definition at line 4931 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_terrain00()

static int tolua_game_find_terrain00 ( lua_State tolua_S)
static

Definition at line 4954 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_terrain01().

◆ tolua_game_find_terrain01()

static int tolua_game_find_terrain01 ( lua_State tolua_S)
static

Definition at line 4982 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_tile00()

static int tolua_game_find_tile00 ( lua_State tolua_S)
static

Definition at line 4565 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_tile01().

◆ tolua_game_find_tile01()

static int tolua_game_find_tile01 ( lua_State tolua_S)
static

Definition at line 4595 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_transport_unit00()

static int tolua_game_find_transport_unit00 ( lua_State tolua_S)
static

Definition at line 4533 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_unit00()

static int tolua_game_find_unit00 ( lua_State tolua_S)
static

Definition at line 4503 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_find_unit_type00()

static int tolua_game_find_unit_type00 ( lua_State tolua_S)
static

Definition at line 4822 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_unit_type01().

◆ tolua_game_find_unit_type01()

static int tolua_game_find_unit_type01 ( lua_State tolua_S)
static

Definition at line 4850 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_current_fragment00()

static int tolua_game_game_current_fragment00 ( lua_State tolua_S)
static

Definition at line 984 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_current_turn00()

static int tolua_game_game_current_turn00 ( lua_State tolua_S)
static

Definition at line 906 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_current_year00()

static int tolua_game_game_current_year00 ( lua_State tolua_S)
static

Definition at line 958 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_current_year_text00()

static int tolua_game_game_current_year_text00 ( lua_State tolua_S)
static

Definition at line 1010 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_ruleset_name00()

static int tolua_game_game_ruleset_name00 ( lua_State tolua_S)
static

Definition at line 1062 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_rulesetdir00()

static int tolua_game_game_rulesetdir00 ( lua_State tolua_S)
static

Definition at line 1036 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_tech_cost_style00()

static int tolua_game_game_tech_cost_style00 ( lua_State tolua_S)
static

Definition at line 1088 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_tech_leakage_style00()

static int tolua_game_game_tech_leakage_style00 ( lua_State tolua_S)
static

Definition at line 1114 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_game_turn00()

static int tolua_game_game_turn00 ( lua_State tolua_S)
static

Definition at line 932 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Government_name_translation00()

static int tolua_game_Government_name_translation00 ( lua_State tolua_S)
static

Definition at line 3441 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Government_rule_name00()

static int tolua_game_Government_rule_name00 ( lua_State tolua_S)
static

Definition at line 3413 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_list_players00()

static int tolua_game_methods_private_list_players00 ( lua_State tolua_S)
static

Definition at line 2003 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_Player_city_list_head00()

static int tolua_game_methods_private_Player_city_list_head00 ( lua_State tolua_S)
static

Definition at line 2057 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_Player_unit_list_head00()

static int tolua_game_methods_private_Player_unit_list_head00 ( lua_State tolua_S)
static

Definition at line 2029 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_Tile_next_outward_index00()

static int tolua_game_methods_private_Tile_next_outward_index00 ( lua_State tolua_S)
static

Definition at line 3323 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_Tile_tile_for_outward_index00()

static int tolua_game_methods_private_Tile_tile_for_outward_index00 ( lua_State tolua_S)
static

Definition at line 3355 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_Tile_unit_list_head00()

static int tolua_game_methods_private_Tile_unit_list_head00 ( lua_State tolua_S)
static

Definition at line 3385 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_methods_private_Unit_cargo_list_head00()

static int tolua_game_methods_private_Unit_cargo_list_head00 ( lua_State tolua_S)
static

Definition at line 2829 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Nation_Type_name_translation00()

static int tolua_game_Nation_Type_name_translation00 ( lua_State tolua_S)
static

Definition at line 3497 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Nation_Type_plural_translation00()

static int tolua_game_Nation_Type_plural_translation00 ( lua_State tolua_S)
static

Definition at line 3525 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Nation_Type_rule_name00()

static int tolua_game_Nation_Type_rule_name00 ( lua_State tolua_S)
static

Definition at line 3469 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_open()

TOLUA_API int tolua_game_open ( lua_State tolua_S)

Definition at line 6363 of file tolua_game_gen.c.

Referenced by script_client_init(), script_fcdb_init(), and script_server_init().

◆ tolua_game_Player_can_build_direct00()

static int tolua_game_Player_can_build_direct00 ( lua_State tolua_S)
static

Definition at line 1800 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_Player_can_build_direct01().

◆ tolua_game_Player_can_build_direct01()

static int tolua_game_Player_can_build_direct01 ( lua_State tolua_S)
static

Definition at line 1830 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_can_employ00()

static int tolua_game_Player_can_employ00 ( lua_State tolua_S)
static

Definition at line 1855 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_can_research00()

static int tolua_game_Player_can_research00 ( lua_State tolua_S)
static

Definition at line 1510 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_can_upgrade00()

static int tolua_game_Player_can_upgrade00 ( lua_State tolua_S)
static

Definition at line 1770 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_controlling_gui00()

static int tolua_game_Player_controlling_gui00 ( lua_State tolua_S)
static

Definition at line 1282 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_culture00()

static int tolua_game_Player_culture00 ( lua_State tolua_S)
static

Definition at line 1712 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_diplstate00()

static int tolua_game_Player_diplstate00 ( lua_State tolua_S)
static

Definition at line 1913 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_gold00()

static int tolua_game_Player_gold00 ( lua_State tolua_S)
static

Definition at line 1424 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_has_embassy00()

static int tolua_game_Player_has_embassy00 ( lua_State tolua_S)
static

Definition at line 1943 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_has_flag00()

static int tolua_game_Player_has_flag00 ( lua_State tolua_S)
static

Definition at line 1740 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_has_wonder00()

static int tolua_game_Player_has_wonder00 ( lua_State tolua_S)
static

Definition at line 1394 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_infrapoints00()

static int tolua_game_Player_infrapoints00 ( lua_State tolua_S)
static

Definition at line 1452 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_knows_tech00()

static int tolua_game_Player_knows_tech00 ( lua_State tolua_S)
static

Definition at line 1480 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_num_cities00()

static int tolua_game_Player_num_cities00 ( lua_State tolua_S)
static

Definition at line 1310 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_num_future_techs00()

static int tolua_game_Player_num_future_techs00 ( lua_State tolua_S)
static

Definition at line 1366 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_num_units00()

static int tolua_game_Player_num_units00 ( lua_State tolua_S)
static

Definition at line 1338 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_primary_capital00()

static int tolua_game_Player_primary_capital00 ( lua_State tolua_S)
static

Definition at line 1885 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_properties_bulbs00()

static int tolua_game_Player_properties_bulbs00 ( lua_State tolua_S)
static

Definition at line 1254 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_properties_id00()

static int tolua_game_Player_properties_id00 ( lua_State tolua_S)
static

Definition at line 1226 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_research_name_translation00()

static int tolua_game_Player_research_name_translation00 ( lua_State tolua_S)
static

Definition at line 1684 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_research_rule_name00()

static int tolua_game_Player_research_rule_name00 ( lua_State tolua_S)
static

Definition at line 1656 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_researching00()

static int tolua_game_Player_researching00 ( lua_State tolua_S)
static

Definition at line 1570 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_researching_cost00()

static int tolua_game_Player_researching_cost00 ( lua_State tolua_S)
static

Definition at line 1598 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_shares_research00()

static int tolua_game_Player_shares_research00 ( lua_State tolua_S)
static

Definition at line 1626 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_team_has_embassy00()

static int tolua_game_Player_team_has_embassy00 ( lua_State tolua_S)
static

Definition at line 1973 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Player_tech_cost00()

static int tolua_game_Player_tech_cost00 ( lua_State tolua_S)
static

Definition at line 1540 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Specialist_name_translation00()

static int tolua_game_Specialist_name_translation00 ( lua_State tolua_S)
static

Definition at line 4231 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Specialist_rule_name00()

static int tolua_game_Specialist_rule_name00 ( lua_State tolua_S)
static

Definition at line 4203 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tech_Type_name_translation00()

static int tolua_game_Tech_Type_name_translation00 ( lua_State tolua_S)
static

Definition at line 3895 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tech_Type_rule_name00()

static int tolua_game_Tech_Type_rule_name00 ( lua_State tolua_S)
static

Definition at line 3867 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Terrain_class_name00()

static int tolua_game_Terrain_class_name00 ( lua_State tolua_S)
static

Definition at line 3979 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Terrain_name_translation00()

static int tolua_game_Terrain_name_translation00 ( lua_State tolua_S)
static

Definition at line 3951 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Terrain_rule_name00()

static int tolua_game_Terrain_rule_name00 ( lua_State tolua_S)
static

Definition at line 3923 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_city00()

static int tolua_game_Tile_city00 ( lua_State tolua_S)
static

Definition at line 2969 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_city_exists_within_max_city_map00()

static int tolua_game_Tile_city_exists_within_max_city_map00 ( lua_State tolua_S)
static

Definition at line 2997 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_extra_owner00()

static int tolua_game_Tile_extra_owner00 ( lua_State tolua_S)
static

Definition at line 3117 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_has_base00()

static int tolua_game_Tile_has_base00 ( lua_State tolua_S)
static

Definition at line 3057 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_has_extra00()

static int tolua_game_Tile_has_extra00 ( lua_State tolua_S)
static

Definition at line 3027 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_has_road00()

static int tolua_game_Tile_has_road00 ( lua_State tolua_S)
static

Definition at line 3087 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_is_enemy00()

static int tolua_game_Tile_is_enemy00 ( lua_State tolua_S)
static

Definition at line 3147 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_known00()

static int tolua_game_Tile_known00 ( lua_State tolua_S)
static

Definition at line 3263 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_link_text00()

static int tolua_game_Tile_link_text00 ( lua_State tolua_S)
static

Definition at line 3235 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_num_units00()

static int tolua_game_Tile_num_units00 ( lua_State tolua_S)
static

Definition at line 3177 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_properties_nat_x00()

static int tolua_game_Tile_properties_nat_x00 ( lua_State tolua_S)
static

Definition at line 2857 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_properties_nat_y00()

static int tolua_game_Tile_properties_nat_y00 ( lua_State tolua_S)
static

Definition at line 2885 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_properties_x00()

static int tolua_game_Tile_properties_x00 ( lua_State tolua_S)
static

Definition at line 2913 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_properties_y00()

static int tolua_game_Tile_properties_y00 ( lua_State tolua_S)
static

Definition at line 2941 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_seen00()

static int tolua_game_Tile_seen00 ( lua_State tolua_S)
static

Definition at line 3293 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Tile_sq_distance00()

static int tolua_game_Tile_sq_distance00 ( lua_State tolua_S)
static

Definition at line 3205 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_can_upgrade00()

static int tolua_game_Unit_can_upgrade00 ( lua_State tolua_S)
static

Definition at line 2655 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_facing00()

static int tolua_game_Unit_facing00 ( lua_State tolua_S)
static

Definition at line 2715 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_is_on_possible_city_tile00()

static int tolua_game_Unit_is_on_possible_city_tile00 ( lua_State tolua_S)
static

Definition at line 2627 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_link_text00()

static int tolua_game_Unit_link_text00 ( lua_State tolua_S)
static

Definition at line 2743 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_List_Link_data00()

static int tolua_game_Unit_List_Link_data00 ( lua_State tolua_S)
static

Definition at line 4259 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_List_Link_next00()

static int tolua_game_Unit_List_Link_next00 ( lua_State tolua_S)
static

Definition at line 4287 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_properties_tile00()

static int tolua_game_Unit_properties_tile00 ( lua_State tolua_S)
static

Definition at line 2571 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_seen00()

static int tolua_game_Unit_seen00 ( lua_State tolua_S)
static

Definition at line 2799 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_tile_link_text00()

static int tolua_game_Unit_tile_link_text00 ( lua_State tolua_S)
static

Definition at line 2771 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_transform_problem00()

static int tolua_game_Unit_transform_problem00 ( lua_State tolua_S)
static

Definition at line 2685 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_transporter00()

static int tolua_game_Unit_transporter00 ( lua_State tolua_S)
static

Definition at line 2599 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_Type_can_exist_at_tile00()

static int tolua_game_Unit_Type_can_exist_at_tile00 ( lua_State tolua_S)
static

Definition at line 3837 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_Type_has_flag00()

static int tolua_game_Unit_Type_has_flag00 ( lua_State tolua_S)
static

Definition at line 3721 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_Type_has_role00()

static int tolua_game_Unit_Type_has_role00 ( lua_State tolua_S)
static

Definition at line 3751 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_Type_name_translation00()

static int tolua_game_Unit_Type_name_translation00 ( lua_State tolua_S)
static

Definition at line 3809 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_game_Unit_Type_rule_name00()

static int tolua_game_Unit_Type_rule_name00 ( lua_State tolua_S)
static

Definition at line 3781 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Achievement_Achievement_id()

static int tolua_get_Achievement_Achievement_id ( lua_State tolua_S)
static

Definition at line 719 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Action_Action_id()

static int tolua_get_Action_Action_id ( lua_State tolua_S)
static

Definition at line 733 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Building_Type_Building_Type_build_cost()

static int tolua_get_Building_Type_Building_Type_build_cost ( lua_State tolua_S)
static

Definition at line 542 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Building_Type_Building_Type_item_number()

static int tolua_get_Building_Type_Building_Type_item_number ( lua_State tolua_S)
static

Definition at line 573 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_City_City_id()

static int tolua_get_City_City_id ( lua_State tolua_S)
static

Definition at line 241 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_City_City_name()

static int tolua_get_City_City_name ( lua_State tolua_S)
static

Definition at line 165 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_City_City_original_ptr()

static int tolua_get_City_City_original_ptr ( lua_State tolua_S)
static

Definition at line 210 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_City_City_owner_ptr()

static int tolua_get_City_City_owner_ptr ( lua_State tolua_S)
static

Definition at line 179 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Connection_Connection_id()

static int tolua_get_Connection_Connection_id ( lua_State tolua_S)
static

Definition at line 255 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Disaster_Disaster_id()

static int tolua_get_Disaster_Disaster_id ( lua_State tolua_S)
static

Definition at line 705 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_game_game_info_substructure()

static int tolua_get_game_game_info_substructure ( lua_State tolua_S)
static

Definition at line 887 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_base_tech_cost()

static int tolua_get_Game_Info_Game_Info_base_tech_cost ( lua_State tolua_S)
static

Definition at line 761 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_min_tech_cost()

static int tolua_get_Game_Info_Game_Info_min_tech_cost ( lua_State tolua_S)
static

Definition at line 775 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_sciencebox()

static int tolua_get_Game_Info_Game_Info_sciencebox ( lua_State tolua_S)
static

Definition at line 873 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_tech_leak_pct()

static int tolua_get_Game_Info_Game_Info_tech_leak_pct ( lua_State tolua_S)
static

Definition at line 789 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_tech_loss_allow_holes()

static int tolua_get_Game_Info_Game_Info_tech_loss_allow_holes ( lua_State tolua_S)
static

Definition at line 859 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_tech_parasite_allow_holes()

static int tolua_get_Game_Info_Game_Info_tech_parasite_allow_holes ( lua_State tolua_S)
static

Definition at line 845 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_tech_steal_allow_holes()

static int tolua_get_Game_Info_Game_Info_tech_steal_allow_holes ( lua_State tolua_S)
static

Definition at line 803 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_tech_trade_allow_holes()

static int tolua_get_Game_Info_Game_Info_tech_trade_allow_holes ( lua_State tolua_S)
static

Definition at line 817 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Game_Info_Game_Info_tech_trade_loss_allow_holes()

static int tolua_get_Game_Info_Game_Info_tech_trade_loss_allow_holes ( lua_State tolua_S)
static

Definition at line 831 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Government_Government_item_number()

static int tolua_get_Government_Government_item_number ( lua_State tolua_S)
static

Definition at line 514 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Nation_Type_Nation_Type_item_number()

static int tolua_get_Nation_Type_Nation_Type_item_number ( lua_State tolua_S)
static

Definition at line 528 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Player_Player_government_ptr()

static int tolua_get_Player_Player_government_ptr ( lua_State tolua_S)
static

Definition at line 103 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Player_Player_is_alive()

static int tolua_get_Player_Player_is_alive ( lua_State tolua_S)
static

Definition at line 134 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Player_Player_name()

static int tolua_get_Player_Player_name ( lua_State tolua_S)
static

Definition at line 58 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Player_Player_nation_ptr()

static int tolua_get_Player_Player_nation_ptr ( lua_State tolua_S)
static

Definition at line 72 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Specialist_Specialist_item_number()

static int tolua_get_Specialist_Specialist_item_number ( lua_State tolua_S)
static

Definition at line 747 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Tech_Type_Tech_Type_cost()

static int tolua_get_Tech_Type_Tech_Type_cost ( lua_State tolua_S)
static

Definition at line 677 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Tech_Type_Tech_Type_item_number()

static int tolua_get_Tech_Type_Tech_Type_item_number ( lua_State tolua_S)
static

Definition at line 663 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Terrain_Terrain_item_number()

static int tolua_get_Terrain_Terrain_item_number ( lua_State tolua_S)
static

Definition at line 691 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Tile_Tile_index()

static int tolua_get_Tile_Tile_index ( lua_State tolua_S)
static

Definition at line 500 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Tile_Tile_owner_ptr()

static int tolua_get_Tile_Tile_owner_ptr ( lua_State tolua_S)
static

Definition at line 469 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Tile_Tile_terrain_ptr()

static int tolua_get_Tile_Tile_terrain_ptr ( lua_State tolua_S)
static

Definition at line 438 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Type_Unit_Type_build_cost()

static int tolua_get_Unit_Type_Unit_Type_build_cost ( lua_State tolua_S)
static

Definition at line 587 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Type_Unit_Type_item_number()

static int tolua_get_Unit_Type_Unit_Type_item_number ( lua_State tolua_S)
static

Definition at line 649 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Type_Unit_Type_obsoleted_by_ptr()

static int tolua_get_Unit_Type_Unit_Type_obsoleted_by_ptr ( lua_State tolua_S)
static

Definition at line 618 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Unit_homecity()

static int tolua_get_Unit_Unit_homecity ( lua_State tolua_S)
static

Definition at line 362 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Unit_id()

static int tolua_get_Unit_Unit_id ( lua_State tolua_S)
static

Definition at line 424 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Unit_nationality_ptr()

static int tolua_get_Unit_Unit_nationality_ptr ( lua_State tolua_S)
static

Definition at line 331 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Unit_owner_ptr()

static int tolua_get_Unit_Unit_owner_ptr ( lua_State tolua_S)
static

Definition at line 300 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Unit_utype_ptr()

static int tolua_get_Unit_Unit_utype_ptr ( lua_State tolua_S)
static

Definition at line 269 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_get_Unit_Unit_veteran()

static int tolua_get_Unit_Unit_veteran ( lua_State tolua_S)
static

Definition at line 393 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_reg_types()

static void tolua_reg_types ( lua_State tolua_S)
static

Definition at line 32 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Building_Type_Building_Type_build_cost()

static int tolua_set_Building_Type_Building_Type_build_cost ( lua_State tolua_S)
static

Definition at line 556 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_City_City_original_ptr()

static int tolua_set_City_City_original_ptr ( lua_State tolua_S)
static

Definition at line 224 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_City_City_owner_ptr()

static int tolua_set_City_City_owner_ptr ( lua_State tolua_S)
static

Definition at line 193 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_game_game_info_substructure()

static int tolua_set_game_game_info_substructure ( lua_State tolua_S)
static

Definition at line 894 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Player_Player_government_ptr()

static int tolua_set_Player_Player_government_ptr ( lua_State tolua_S)
static

Definition at line 117 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Player_Player_is_alive()

static int tolua_set_Player_Player_is_alive ( lua_State tolua_S)
static

Definition at line 148 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Player_Player_nation_ptr()

static int tolua_set_Player_Player_nation_ptr ( lua_State tolua_S)
static

Definition at line 86 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Tile_Tile_owner_ptr()

static int tolua_set_Tile_Tile_owner_ptr ( lua_State tolua_S)
static

Definition at line 483 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Tile_Tile_terrain_ptr()

static int tolua_set_Tile_Tile_terrain_ptr ( lua_State tolua_S)
static

Definition at line 452 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Type_Unit_Type_build_cost()

static int tolua_set_Unit_Type_Unit_Type_build_cost ( lua_State tolua_S)
static

Definition at line 601 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Type_Unit_Type_obsoleted_by_ptr()

static int tolua_set_Unit_Type_Unit_Type_obsoleted_by_ptr ( lua_State tolua_S)
static

Definition at line 632 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Unit_homecity()

static int tolua_set_Unit_Unit_homecity ( lua_State tolua_S)
static

Definition at line 376 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Unit_nationality_ptr()

static int tolua_set_Unit_Unit_nationality_ptr ( lua_State tolua_S)
static

Definition at line 345 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Unit_owner_ptr()

static int tolua_set_Unit_Unit_owner_ptr ( lua_State tolua_S)
static

Definition at line 314 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Unit_utype_ptr()

static int tolua_set_Unit_Unit_utype_ptr ( lua_State tolua_S)
static

Definition at line 283 of file tolua_game_gen.c.

Referenced by luaopen_game().

◆ tolua_set_Unit_Unit_veteran()

static int tolua_set_Unit_Unit_veteran ( lua_State tolua_S)
static

Definition at line 407 of file tolua_game_gen.c.

Referenced by luaopen_game().