MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | P_UNWIELD_FUNC |
| 2 | |
| 3 | NAME: |
| 4 | P_UNWIELD_FUNC "unwield_func" |
| 5 | |
| 6 | DEFINIERT IN: |
| 7 | <weapon.h> |
| 8 | |
| 9 | BESCHREIBUNG: |
| 10 | Falls ein Objekt eine UnwieldFunc() fuer die Waffe definiert, so muss |
| 11 | dieses Objekt in dieser Property eingetragen werden. |
| 12 | |
| 13 | Die Auswertung dieser Property erfolgt in DoUnwield(). |
| 14 | |
| 15 | SIEHE AUCH: |
| 16 | /std/weapon.c, UnwieldFunc() |
| 17 | |
| 18 | ---------------------------------------------------------------------------- |
| 19 | Last modified: Sun May 19 15:44:08 1996 by Wargon |