Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | TestLimitViolation() |
| 2 | ==================== |
| 3 | |
| 4 | FUNKTION |
| 5 | -------- |
| 6 | :: |
| 7 | |
| 8 | status TestLimitViolation(mapping check) |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /std/living/attributes.c |
| 15 | |
| 16 | PARAMETER |
| 17 | --------- |
| 18 | :: |
| 19 | |
| 20 | check - Mapping mit Attributen: ([<attr>:<wert>]) |
| 21 | |
| 22 | BESCHREIBUNG |
| 23 | ------------ |
| 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 | |
| 31 | SIEHE AUCH |
| 32 | ---------- |
| 33 | :: |
| 34 | |
| 35 | QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(), |
| 36 | SetAttr(), SetAttribute(), SetRealAttribute(), UpdateAttributes(), |
| 37 | P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER, |
| 38 | P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c |
| 39 | |
| 40 | 13.Jun.2004, Muadib |
| 41 | |