MCPcopy Create free account
hub / github.com/crawl/crawl / dlua_push_coordinates

Function dlua_push_coordinates

crawl-ref/source/l-dgn.cc:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632static void dlua_push_coordinates(lua_State *ls, const coord_def &c)
633{
634 lua_pushinteger(ls, c.x);
635 lua_pushinteger(ls, c.y);
636}
637
638static int dgn_gly_point(lua_State *ls)
639{

Callers 5

dgn_gly_pointFunction · 0.85
dgn_gly_pointsFunction · 0.85
dgn_random_walkFunction · 0.85
_lua_map_place_validFunction · 0.85
LUAFNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected