MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | P_REMOVE_FUNC |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 2 | ************* |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
| 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | NAME |
| 6 | ==== |
| 7 | |
| 8 | P_REMOVE_FUNC "remove_func" |
| 9 | |
| 10 | |
| 11 | DEFINIERT IN |
| 12 | ============ |
| 13 | |
| 14 | <armour.h> |
| 15 | |
| 16 | |
| 17 | BESCHREIBUNG |
| 18 | ============ |
| 19 | |
| 20 | Falls ein Objekt eine RemoveFunc() fuer die Ruestung oder Kleidung |
| 21 | definiert, so muss dieses Objekt in dieser Property eingetragen sein. |
| 22 | |
| 23 | Die Auswertung dieser Property erfolgt im Laufe des DoUnwear() in |
| 24 | der nicht-oeffentlichen Funktionen _check_unwear_restrictions(). |
| 25 | |
| 26 | |
| 27 | BEISPIELE |
| 28 | ========= |
| 29 | |
| 30 | Siehe das Beispiel zu RemoveFunc() |
| 31 | |
| 32 | |
| 33 | SIEHE AUCH |
| 34 | ========== |
| 35 | |
| 36 | /std/armour.c, /std/clothing.c, clothing, armours |
| 37 | RemoveFunc() |
| 38 | |
| 39 | Letzte Aenderung: 15.02.2009, Zesstra |