#include "scripting/lua_map_location_ops.hpp"
#include "scripting/lua_common.hpp"
#include "scripting/push_check.hpp"
#include "map/location.hpp"
#include "pathutils.hpp"
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
lua_map_location | |
|
static |
Definition at line 50 of file lua_map_location_ops.cpp.
References luaW_tocubeloc().
Referenced by lua_map_location::intf_get_from_cubic().
|
static |
Definition at line 58 of file lua_map_location_ops.cpp.
References luaW_push_namedtuple(), cubic_location::q, cubic_location::r, and cubic_location::s.
Referenced by lua_map_location::intf_get_in_cubic().
|
static |
Definition at line 26 of file lua_map_location_ops.cpp.
References luaW_tableget(), n, cubic_location::q, cubic_location::r, and cubic_location::s.
Referenced by luaW_checkcubeloc().