Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame^] | 1 | P_WEIGHT |
| 2 | ======== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_WEIGHT "weight" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /sys/thing/restrictions.h |
| 15 | |
| 16 | BESCHREIBUNG |
| 17 | ------------ |
| 18 | :: |
| 19 | |
| 20 | - Objekte |
| 21 | Das Gewicht eines Objetes in Gramm. |
| 22 | |
| 23 | - Speisen |
| 24 | Gewicht einer Portion der Speise. |
| 25 | |
| 26 | |
| 27 | |
| 28 | BEMERKUNGEN |
| 29 | ----------- |
| 30 | :: |
| 31 | |
| 32 | In tragbaren Speisen (erben von /std/food) setzt man mit SetProp |
| 33 | das Gewicht _einer_ Portion. Per QueryProp erhaelt man aber das |
| 34 | Gesamtgewicht der Speise inclusive des eventuell vorhandenen Behaelters. |
| 35 | Das Gewicht des Behaelters wird dabei aus P_EMPTY_PROPS[P_WEIGHT] |
| 36 | gelesen. |
| 37 | |
| 38 | |
| 39 | |
| 40 | SIEHE AUCH |
| 41 | ---------- |
| 42 | :: |
| 43 | |
| 44 | Speisen: wiz/food, P_EMPTY_PROPS |
| 45 | |
| 46 | |
| 47 | Last modified: Thu Oct 28 12:15:00 2010 by Caldra |
| 48 | |