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

Function newmextra

src/makemon.c:1065–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063}
1064
1065struct mextra *
1066newmextra(void)
1067{
1068 struct mextra *mextra;
1069
1070 mextra = (struct mextra *) alloc(sizeof (struct mextra));
1071 init_mextra(mextra);
1072 return mextra;
1073}
1074
1075staticfn boolean
1076makemon_rnd_goodpos(

Callers 10

newebonesFunction · 0.70
new_mgivennameFunction · 0.70
restmonFunction · 0.70
neweminFunction · 0.70
newegdFunction · 0.70
neweshkFunction · 0.70
newedogFunction · 0.70
copy_mextraFunction · 0.70
newmcorpsenmFunction · 0.70
newepriFunction · 0.70

Calls 2

allocFunction · 0.70
init_mextraFunction · 0.70

Tested by

no test coverage detected