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

Class Cmd_bind

include/decl.h:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 char chosen_windowtype[WINTYPELEN];
242 int cmd_key; /* parse() / rhack() */
243 struct Cmd_bind *cmd_bind;
244 cmdcount_nht command_count;
245 /* some objects need special handling during destruction or placement */
246 struct obj *current_wand; /* wand currently zapped/applied */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected