Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void
89
nhl_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_index
Function · 0.85
lspo_object
Function · 0.85
Calls
1
l_obj_push
Function · 0.85
Tested by
no test coverage detected