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

Function ddoinv

src/invent.c:3005–3009  ·  view source on GitHub ↗

the #inventory command (not much left...) */

Source from the content-addressed store, hash-verified

3003
3004/* the #inventory command (not much left...) */
3005int
3006ddoinv(void)
3007{
3008 return dispinv_with_action((char *) 0, FALSE, NULL);
3009}
3010
3011/*
3012 * find_unpaid()

Callers

nothing calls this directly

Calls 1

dispinv_with_actionFunction · 0.85

Tested by

no test coverage detected