Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ validrole
Function
validrole
src/role.c:712–716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
static char NEARDATA randomstr[] =
"random"
;
711
712
boolean
713
validrole(int rolenum)
714
{
715
return (boolean) (IndexOkT(rolenum, roles));
716
}
717
718
int
719
randrole(boolean for_display)
Callers
5
amii_player_selection
Function · 0.85
role_gendercount
Function · 0.85
root_plselection_prompt
Function · 0.85
build_plselection_prompt
Function · 0.85
role_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected