ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/efuns/set_hide

HOME :: doc :: efuns :: set_hide

     sssseeeetttt____hhhhiiiiddddeeee((((3333))))            MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))             sssseeeetttt____hhhhiiiiddddeeee((((3333))))

     NNNNAAAAMMMMEEEE
          set_hide() - set the hide flag on a hidable object

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          void set_hide( int flag );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          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 hidden, 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.

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          valid_hide(4)

     Page 1                                          (printed 3/16/95)

HOME :: doc :: efuns :: set_hide