MCPcopy Index your code
hub / github.com/NetHack/NetHack / wearing_armor

Function wearing_armor

src/invent.c:2148–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146}
2147
2148boolean
2149wearing_armor(void)
2150{
2151 return (boolean) (uarm || uarmc || uarmf || uarmg
2152 || uarmh || uarms || uarmu);
2153}
2154
2155boolean
2156is_worn(struct obj *otmp)

Callers 3

doddoremarmFunction · 0.85
ggetobjFunction · 0.85
doprarmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected