FUNKTION:
int PourLiquid(int Famount, object where);
DEFINIERT IN:
/sys/lcontainer.h
/std/lcontainer.c
ARGUMENTE:
Famount : amount of liquid to be poured
-- optional --
where : if set the amount will be added to the container "where"
if living: healing, alcohol and soak is cared for "where"
BESCHREIBUNG:
To pour something out of the container.
RÜCKGABEWERTE:
The return value is amount of actually poured liquid
or:
-1 : if living cant drink this much
-2 : if destination is us
SIEHE AUCH:
lcontainer(STD), AddLiquid(L), GiveLiquid(L), FindLiquid(L),
P_LCONTAINER, P_LCNT_OPENMSG, P_LCNT_DRINKMSG, P_LCNT_CAPA,
P_LCNT_MAXCAPA, P_LCNT_MINIMAL, P_LCNT_CLOSABLE, IsEmpty(L)
|