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

Function nhl_push_obj

src/nhlobj.c:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void
89nhl_push_obj(lua_State *L, struct obj *otmp)
90{
91 (void) l_obj_push(L, otmp);
92}
93
94/* local o = obj.new("large chest");
95 local cobj = o:contents(); */

Callers 2

nhl_meta_u_indexFunction · 0.85
lspo_objectFunction · 0.85

Calls 1

l_obj_pushFunction · 0.85

Tested by

no test coverage detected