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

Method map_lua_marker

crawl-ref/source/mapmark.cc:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176// map_lua_marker
177
178map_lua_marker::map_lua_marker()
179 : map_marker(MAT_LUA_MARKER, coord_def()), initialised(false)
180{
181}
182
183map_lua_marker::map_lua_marker(const lua_datum &fn)
184 : map_marker(MAT_LUA_MARKER, coord_def())

Callers

nothing calls this directly

Calls 7

mprfFunction · 0.85
is_functionMethod · 0.80
loadstringMethod · 0.80
execstringMethod · 0.80
coord_defClass · 0.70
pushMethod · 0.45
callfnMethod · 0.45

Tested by

no test coverage detected