
set_hide(3)           LPC Library Functions           set_hide(3)

NNAAMMEE
       set_hide() - set the hide flag on a hidable object

SSYYNNOOPPSSIISS
       void set_hide( int flag );

DDEESSCCRRIIPPTTIIOONN
       Sets  the hidden flag of an object to `flag', which should
       be 0 or 1 (hide disable, or  hide  enable,  respectively).
       Only  objects for which `master()->valid_hide(ob)' returns
       true may make themselves hidden.  When the object is  hid       den,  only  other hidable objects will be able to find the
       object with find_object(),  or  multiple-object  returning
       efuns such as users(), children(), all_inventory(), etc.

SSEEEE AALLSSOO
       valid_hide(4)

Majik                      26 Jul 1997                          1

