MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | TestLimitViolation() |
| 2 | FUNKTION: |
| 3 | status TestLimitViolation(mapping check) |
| 4 | |
| 5 | DEFINIERT IN: |
| 6 | /std/living/attributes.c |
| 7 |
|
| 8 | PARAMETER:
|
| 9 | check - Mapping mit Attributen: ([<attr>:<wert>])
|
| 10 | |
| 11 | BESCHREIBUNG: |
| 12 | Prueft, ob die Summe der in check enthaltenen Modifikatoren die Summe |
| 13 | aller Modifikatoren im Spieler ueber den zugelassenen Grenzwert hebt. |
| 14 | |
| 15 | SIEHE AUCH: |
| 16 | QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
|
| 17 | SetAttr(), SetAttribute(), SetRealAttribute(), UpdateAttributes(),
|
| 18 | P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER,
|
| 19 | P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
|
| 20 | |
| 21 | 13.Jun.2004, Muadib |