MCPcopy Index your code
hub / github.com/NetHack/NetHack / nhl_add_table_entry_str

Function nhl_add_table_entry_str

src/nhlua.c:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void
311nhl_add_table_entry_str(lua_State *L, const char *name, const char *value)
312{
313 lua_pushstring(L, name);
314 lua_pushstring(L, value);
315 lua_rawset(L, -3);
316}
317void
318nhl_add_table_entry_bool(lua_State *L, const char *name, boolean value)
319{

Callers 6

l_obj_objects_to_tableFunction · 0.85
l_obj_to_tableFunction · 0.85
nhl_gettrapFunction · 0.85
nhl_getmapFunction · 0.85
l_push_mkroom_tableFunction · 0.85
l_get_config_errorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected