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

Method run

crawl-ref/source/dlua.cc:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182int dlua_chunk::run(CLua &interp)
183{
184 int err = load(interp);
185 if (err)
186 return err;
187 // callfn returns true on success, but we want to return 0 on success.
188 return check_op(interp, !interp.callfn(nullptr, 0, 0));
189}
190
191int dlua_chunk::load_call(CLua &interp, const char *fn)
192{

Callers 11

wizard_edit_durationsFunction · 0.45
wizard_transformFunction · 0.45
debug_make_trapFunction · 0.45
debug_make_shopFunction · 0.45
draw_doll_editMethod · 0.45
read_optionsMethod · 0.45
_tweak_randartFunction · 0.45
wizard_tweak_objectFunction · 0.45
_debug_acquirement_statsFunction · 0.45

Calls 1

callfnMethod · 0.45

Tested by

no test coverage detected