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

Function nhcmdset_get

outdated/sys/wince/mhcmd.c:1275–1281  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1273}
1274/*-------------------------------------------------------------------------*/
1275PNHCmdLayout
1276nhcmdset_get(PNHCmdSet p, int index)
1277{
1278 assert(p);
1279 assert(index >= 0 && index < p->count);
1280 return p->elements[index].layout;
1281}
1282/*-------------------------------------------------------------------------*/
1283const char *
1284nhcmdset_get_name(PNHCmdSet p, int index)

Callers 5

onCreateFunction · 0.85
ActivateCellFunction · 0.85
NHSPhoneSetKeypadDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected