home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / gkit.zip / GTERMS.DOC < prev    next >
Text File  |  1988-05-05  |  693b  |  14 lines

  1.  
  2.          --------- TERMS DEFINED HERE ** WE TAKE REQUESTS ----------
  3.  
  4. Gates           integer numbers used to represent the possible places or modes a
  5.                 player can enter or exit your game in. They can have a value
  6.                 between 0 and the number of gates in your game - 1.
  7.  
  8. Kit validation  The process that G0kit uses to check if it is working properly.
  9.                  
  10. String          is used in the documentation interchangeably for char array. A
  11.                 string is terminated by a null (0) byte. The LENGTH of a string
  12.                 does not include the null byte. The SIZE of a char array must
  13.                 include room for a null byte.
  14.