MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | TestLimitViolation() |
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 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | FUNKTION |
| 6 | ======== |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 7 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 8 | status TestLimitViolation(mapping check) |
| 9 | |
| 10 | |
| 11 | DEFINIERT IN |
| 12 | ============ |
| 13 | |
| 14 | /std/living/attributes.c |
| 15 | |
| 16 | |
| 17 | PARAMETER |
| 18 | ========= |
| 19 | |
| 20 | check - Mapping mit Attributen: ([<attr>:<wert>]) |
| 21 | |
| 22 | |
| 23 | BESCHREIBUNG |
| 24 | ============ |
| 25 | |
| 26 | Prueft, ob die Summe der in check enthaltenen Modifikatoren die Summe |
| 27 | aller Modifikatoren im Spieler ueber den zugelassenen Grenzwert hebt. |
| 28 | |
| 29 | |
| 30 | SIEHE AUCH |
| 31 | ========== |
| 32 | |
| 33 | QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(), |
| 34 | SetAttr(), SetAttribute(), SetRealAttribute(), UpdateAttributes(), |
| 35 | P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER, |
| 36 | P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c |
| 37 | |
| 38 | 13.Jun.2004, Muadib |