MCPcopy Create free account
hub / github.com/NetHack/NetHack / l_register_des

Function l_register_des

src/sp_lev.c:6434–6441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6432*/
6433
6434void
6435l_register_des(lua_State *L)
6436{
6437 /* register des -table, and functions for it */
6438 lua_newtable(L);
6439 luaL_setfuncs(L, nhl_functions, 0);
6440 lua_setglobal(L, "des");
6441}
6442
6443void
6444create_des_coder(void)

Callers 1

nhl_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected