Go to the source code of this file.
Typedefs | |
typedef void * | luatypekey |
Variables | |
luatypekey const | executeKey |
luatypekey const | getunitKey |
luatypekey const | unitvarKey |
luatypekey const | ustatusKey |
luatypekey const | uattacksKey |
luatypekey const | uattackKey |
luatypekey const | formulaKey |
typedef void* luatypekey |
Definition at line 18 of file lua_types.hpp.
luatypekey const executeKey |
Definition at line 27 of file lua_types.cpp.
Referenced by lua_kernel_base::lua_kernel_base(), luaW_pcall(), and lua_kernel_base::protected_call().
luatypekey const formulaKey |
Definition at line 33 of file lua_types.cpp.
Referenced by lua_formula_bridge::intf_compile_formula(), lua_formula_bridge::intf_eval_formula(), and lua_formula_bridge::register_metatables().
luatypekey const getunitKey |
Definition at line 28 of file lua_types.cpp.
Referenced by ai::call_lua_filter_fcn(), game_lua_kernel::game_lua_kernel(), intf_copy_unit(), intf_create_unit(), game_lua_kernel::intf_erase_unit(), game_lua_kernel::intf_extract_unit(), game_lua_kernel::intf_find_vacant_tile(), game_lua_kernel::intf_get_displayed_unit(), game_lua_kernel::intf_get_recall_units(), game_lua_kernel::intf_get_unit(), game_lua_kernel::intf_get_units(), game_lua_kernel::intf_match_unit(), game_lua_kernel::intf_put_recall_unit(), game_lua_kernel::intf_put_unit(), luaW_pushfaivariant(), luaW_pushlocalunit(), luaW_tounit(), luaW_tounit_ptr(), and game_lua_kernel::run_filter().
luatypekey const uattackKey |
Definition at line 32 of file lua_types.cpp.
Referenced by game_lua_kernel::game_lua_kernel(), and impl_unit_attacks_get().
luatypekey const uattacksKey |
Definition at line 31 of file lua_types.cpp.
Referenced by game_lua_kernel::game_lua_kernel(), impl_unit_get(), and impl_unit_type_get().
luatypekey const unitvarKey |
Definition at line 29 of file lua_types.cpp.
Referenced by game_lua_kernel::game_lua_kernel(), and impl_unit_get().
luatypekey const ustatusKey |
Definition at line 30 of file lua_types.cpp.
Referenced by game_lua_kernel::game_lua_kernel(), and impl_unit_get().