15 #ifndef LUA_MAP_LOCATION_OPS_HPP_INCLUDED
16 #define LUA_MAP_LOCATION_OPS_HPP_INCLUDED
int intf_vector_zero(lua_State *L)
Expose map_location::ZERO to lua.
int intf_get_direction(lua_State *L)
Expose map_location::get_direction function to lua Arg 1: a location Arg 2: a direction Arg 3: number...
int intf_distance_between(lua_State *L)
Expose map_location distance_between.
int intf_rotate_right_around_center(lua_State *L)
Expose map_location::rotate_right_around_center to lua.
int intf_parse_direction(lua_State *L)
Expose map_location parse_direction.
int intf_get_relative_dir(lua_State *L)
Expose map_location get_relative_dir.
int intf_tiles_adjacent(lua_State *L)
Expose map_location tiles_adjacent.
int intf_vector_negation(lua_State *L)
Expose map_location::vector_negation to lua.
int intf_write_direction(lua_State *L)
Expose map_location write_direction.
int intf_get_in_basis_N_NE(lua_State *L)
Expose map_location get_in_basis_N_NE.
int intf_get_adjacent_tiles(lua_State *L)
Expose map_location get_adjacent_tiles.
int intf_vector_sum(lua_State *L)
Expose map_location::vector_sum to lua.