Room(3)                                                                Room(3)



NNAAMMEE
       Room -

SSYYNNOOPPSSIISS
       Inherits DDeesscc, EExxttrraa__ddeesscc, IInnvveenn, Exits, MMaapp__ppaaiinntt, and OObbjjeecctt.


   PPuubblliicc MMeetthhooddss
       string qquueerryy__rroooomm__ddeesscc ()
       object * qquueerryy__iinnvveennttoorryy__lliisstt ()
       int qquueerryy__iiss__rroooomm ()
       int qquueerryy__ffeerrttiillee ()
       void qquueerryy__nnoo__tteelleeppoorrtt ()
       void sseett__nnoo__tteelleeppoorrtt (int x)
       object iidd (string s)

DDEETTAAIILLEEDD DDEESSCCRRIIPPTTIIOONN
       TTooddoo::
            Write this summary.

       Definition at line 12 of file room.c.

MMEEMMBBEERR FFUUNNCCTTIIOONN DDOOCCUUMMEENNTTAATTIIOONN
   iinntt qquueerryy__ffeerrttiillee (())
       Fertility is based on landscape objects.

       Definition at line 71 of file room.c.

   oobbjjeecctt** qquueerryy__iinnvveennttoorryy__lliisstt (())
       RReettuurrnnss::
           An array of all non-scenery objects in this room.

       Definition at line 61 of file room.c.

   iinntt qquueerryy__iiss__rroooomm (())
       A test function to see if the object is a room. Returns true.

       Definition at line 66 of file room.c.

   vvooiidd qquueerryy__nnoo__tteelleeppoorrtt (())
       Returns whether or not teleportation is allowed from within this room.
       A value of 0 means that the object may be ported. A value of 1 means
       that the object is permanently prevented from teleportation, and a
       value of -1 means that teleportation is being temporarily prevented.

       Definition at line 87 of file room.c.

   ssttrriinngg qquueerryy__rroooomm__ddeesscc (())
       RReettuurrnnss::
           The full description, including scenery, blocker descriptions, etc.
           NOTE: This function may evaluate some expressions, therefore it is
           sometimes a good idea to set the 'listener' to make sure they come
           out correctly. The look verb does this.

       Definition at line 33 of file room.c.

       References Desc::query_long().

   vvooiidd sseett__nnoo__tteelleeppoorrtt ((iinntt xx))
       PPaarraammeetteerrss::

       _x      0 to allow teleportation, +/-1 to disallow teleportation

       Definition at line 92 of file room.c.


AAUUTTHHOORR
       Generated automatically by Doxygen for Walraven from the source code.



Walraven                          8 Jan 2004                           Room(3)
