Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

GetGender (lines 4278-4285)

4278  !  GetGender returns 0 if the given animate object is female, and 1 if male
4279  !  (not all games will want such a simple decision function!)
4280  ! ----------------------------------------------------------------------------
4281   
4282  [ GetGender person;
4283      if (person hasnt female) rtrue;
4284      rfalse;
4285  ];


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.