Dokumentation zu: P_LCNT_MAXCAPA

HR Image


PROPERTY:
        P_LCNT_MAXCAPA

DEFINIERT ALS:
        "lcnt_maxcapa"

DEFINIERT IN:
        /sys/lcontainer.h

WERTE:
	int

BESCHREIBUNG:

        Der Wert gibt das maximale Fassungsvermoegen des Lcontainers in Milliliter
	an. Defaultmaessig ist 1000 eingestellt.

BEISPIELE:
	- in /doc/beispiele/lcontainer
	- aus /std/lcontainer.c:
	int IsEmpty() 
	{
		return !sizeof(all_inventory()) && 
			QueryProp(P_LCNT_CAPA)==QueryProp(P_LCNT_MAXCAPA);
	}


SIEHE AUCH:
	lcontainer(STD), AddLiquid(L), PourLiquid(L), GiveLiquid(L), 
	FindLiquid(L), P_LCNT_MINIMAL, P_LCONTAINER, P_LCNT_CAPA, 
	P_LCNT_CLOSABLE, P_LCNT_DRINKMSG, P_LCNT_OPENMSG


Start » Magierhandbuch » Docu » Properties » P_LCNT_MAXCAPA Letzte Generierung: 01.05.2021, 16:59
Valid HTML 4.01!