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

Function crawl_tutorial_msg

crawl-ref/source/l-crawl.cc:1353–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353static int crawl_tutorial_msg(lua_State *ls)
1354{
1355 const char *key = luaL_checkstring(ls, 1);
1356 if (!key)
1357 return 0;
1358 tutorial_msg(key, lua_isboolean(ls, 2) && lua_toboolean(ls, 2));
1359 return 0;
1360}
1361
1362/*** Produce a character dump
1363 * @function dump_char

Callers

nothing calls this directly

Calls 1

tutorial_msgFunction · 0.85

Tested by

no test coverage detected