Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | P_WEAR_FUNC |
| 2 | =========== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_WEAR_FUNC "wear_func" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | <armour.h> |
| 15 | |
| 16 | BESCHREIBUNG |
| 17 | ------------ |
| 18 | :: |
| 19 | |
| 20 | Falls ein Objekt eine WearFunc() fuer die Ruestung / Kleidung definiert, |
| 21 | so muss dieses Objekt in dieser Property eingetragen sein. |
| 22 | |
| 23 | Die Auswertung dieser Property erfolgt in Laufe eines DoWear() in der |
| 24 | nicht-oeffentlichen Funktion _check_wear_restrictions().. |
| 25 | |
| 26 | BEISPIELE |
| 27 | --------- |
| 28 | :: |
| 29 | |
| 30 | Siehe das Beispiel zu WearFunc() |
| 31 | |
| 32 | SIEHE AUCH |
| 33 | ---------- |
| 34 | :: |
| 35 | |
| 36 | armours, clothing, /std/clothing/wear.c, /std/armour/wear.c |
| 37 | WearFunc(), InformWear() |
| 38 | |
| 39 | LETZTE AeNDERUNG |
| 40 | ---------------- |
| 41 | :: |
| 42 | |
| 43 | 15.02.2009, Zesstra |
| 44 | |