Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

IsSeeThrough (lines 3749-3759)

3749  !  IsSeeThrough is used at various places: roughly speaking, it determines
3750  !  whether o being in scope means that the contents of o are in scope.
3751  ! ----------------------------------------------------------------------------
3752   
3753  [ IsSeeThrough o;
3754      if (o has supporter ||
3755         (o has transparent) ||
3756         (o has container && o has open))
3757          rtrue;
3758      rfalse;
3759  ];


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.