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

Class Gender

include/you.h:301–308  ·  view source on GitHub ↗

Unified structure specifying gender information ***/

Source from the content-addressed store, hash-verified

299
300/*** Unified structure specifying gender information ***/
301struct Gender {
302 const char *adj; /* male/female/neuter */
303 const char *he; /* he/she/it */
304 const char *him; /* him/her/it */
305 const char *his; /* his/her/its */
306 const char *filecode; /* file code */
307 short allow; /* equivalent ROLE_ mask */
308};
309#define ROLE_GENDERS 2 /* number of permitted player genders
310 increment to 3 if you allow neuter roles */
311

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected