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

Function nhcmdset_get_name

outdated/sys/wince/mhcmd.c:1283–1289  ·  view source on GitHub ↗

-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

1281}
1282/*-------------------------------------------------------------------------*/
1283const char *
1284nhcmdset_get_name(PNHCmdSet p, int index)
1285{
1286 assert(p);
1287 assert(index >= 0 && index < p->count);
1288 return p->elements[index].layout->name;
1289}
1290/*-------------------------------------------------------------------------*/
1291void
1292nhcmdset_add(PNHCmdSet p, PNHCmdLayout layout)

Callers 1

ActivateCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected