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_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_primary_capital00 (lua_State *tolua_S)
 
static int tolua_game_Player_diplstate00 (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_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_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_achievement02 (lua_State *tolua_S)
 
static int tolua_game_find_disaster00 (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_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 5391 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 3926 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 3898 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 3982 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 3954 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 4010 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 3416 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 3472 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 3444 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 3388 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 3528 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 3500 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 2124 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 2036 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 2094 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 2264 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 2208 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 2236 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 2152 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 2292 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 2180 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 2320 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 4094 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 4122 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 2066 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 2376 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 1980 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 2008 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 2348 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 1181 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 1153 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 1125 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 5307 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 5335 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 5363 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 5251 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 5195 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 5223 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 5279 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 3870 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 3842 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 5067 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 5037 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 5129 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 5097 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 5163 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 5009 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 4784 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 4812 of file tolua_game_gen.c.

Referenced by luaopen_game(), and tolua_game_find_achievement02().

◆ tolua_game_find_achievement02()

static int tolua_game_find_achievement02 ( lua_State tolua_S)
static

Definition at line 4835 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 4499 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 4527 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 4937 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 4960 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 4550 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 4578 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 4252 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 4150 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 4178 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 4886 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 4914 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 4858 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 4397 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 4425 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 4448 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 4476 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 4983 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 4201 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 4229 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 4652 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 4682 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 4710 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 4733 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 4761 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 4344 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 4374 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 4312 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 4282 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 4601 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 4629 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 969 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 891 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 943 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 995 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 1047 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 1021 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 1073 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 1099 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 917 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 3276 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 3248 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 1898 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 1952 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 1924 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 3158 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 3190 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 3220 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 2664 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 3332 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 3360 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 3304 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 6040 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 1785 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 1815 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 1495 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 1755 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 1267 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 1697 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 1868 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 1409 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 1725 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 1379 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 1437 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 1465 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 1295 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 1351 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 1323 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 1840 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 1239 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 1211 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 1669 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 1641 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 1555 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 1583 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 1611 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 1525 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 3730 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 3702 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 3814 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 3786 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 3758 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 2804 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 2832 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 2952 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 2892 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 2862 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 2922 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 2982 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 3098 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 3070 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 3012 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 2692 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 2720 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 2748 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 2776 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 3128 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 3040 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 2490 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 2550 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 2462 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 2578 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 4038 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 4066 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 2406 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 2634 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 2606 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 2520 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 2434 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 3672 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 3556 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 3586 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 3644 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 3616 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 718 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 732 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 541 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 572 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 240 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 164 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 209 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 178 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 254 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 704 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 872 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 746 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 760 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 858 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 774 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 844 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 830 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 788 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 802 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 816 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 513 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 527 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 102 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 133 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 57 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 71 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 676 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 662 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 690 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 499 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 468 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 437 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 586 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 648 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 617 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 361 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 423 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 330 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 299 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 268 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 392 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 555 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 223 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 192 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 879 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 116 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 147 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 85 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 482 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 451 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 600 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 631 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 375 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 344 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 313 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 282 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 406 of file tolua_game_gen.c.

Referenced by luaopen_game().