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

Function artiname

src/artifact.c:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148#ifndef SFCTOOL
149
150const char *
151artiname(int artinum)
152{
153 if (artinum <= 0 || artinum > NROFARTIFACTS)
154 return "";
155 return artilist[artinum].name;
156}
157
158/*
159 Make an artifact. If a specific alignment is specified, then an object of

Callers 8

artifact_scoreFunction · 0.85
convert_argFunction · 0.85
bare_artifactnameFunction · 0.85
dump_artifact_infoFunction · 0.85
gcrownuFunction · 0.85
bestow_artifactFunction · 0.85
dipfountainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected