Pluralitem(3)                                                    Pluralitem(3)



NNAAMMEE
       Pluralitem -

SSYYNNOOPPSSIISS
   PPuubblliicc MMeetthhooddss
       string mmaatteerriiaall__iinnffoo ()
       int qquueerryy__lliiqquuiidd ()
       void sseett__lliiqquuiidd (int x)

   PPuubblliicc AAttttrriibbuutteess
       int lliiqquuiidd
       int uunniitt__wweeiigghhtt

DDEETTAAIILLEEDD DDEESSCCRRIIPPTTIIOONN
       This is a variation on IItteemm that allows you to have more then one
       'thing' per item.

       Definition at line 8 of file items.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
   ssttrriinngg mmaatteerriiaall__iinnffoo (())
       Used by the object editor to edit these properties.

       Definition at line 21 of file items.c.

   iinntt qquueerryy__lliiqquuiidd (())
       RReettuurrnnss::
           True, if this material is a liquid, false otherwise.

       Definition at line 26 of file items.c.

       References liquid.

   vvooiidd sseett__lliiqquuiidd ((iinntt xx))
       Allows you to set whether this material is a liquid. If _x is 0, it
       isn't, otherwise it is. Note that a liquid is defined as any material
       which requires a watertight container to hold it, which may be poured,
       which mixes and separates freely, and which is effectively dissipated
       by pouring it on the ground. Thus, sand, flour, water, and milk are
       liquids. Money is not, because it doesn't dissipate.

       Definition at line 36 of file items.c.

       References liquid.

MMEEMMBBEERR DDAATTAA DDOOCCUUMMEENNTTAATTIIOONN
   iinntt lliiqquuiidd
       If this variable is set, this material MUST be held in a watertight
       container. If it is clear (0), then it may be dropped on the ground.

       Definition at line 14 of file items.c.

       Referenced by query_liquid(), and set_liquid().

   iinntt uunniitt__wweeiigghhtt
       The weight of each unit of the material.

       Definition at line 18 of file items.c.


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



Walraven                          8 Jan 2004                     Pluralitem(3)
