blob: 874dd83155b77962aac44604cce3ce54c39236f2 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001TestLimitViolation()
2====================
3
4FUNKTION
5--------
6::
7
8 status TestLimitViolation(mapping check)
9
10DEFINIERT IN
11------------
12::
13
14 /std/living/attributes.c
15
16PARAMETER
17---------
18::
19
20 check - Mapping mit Attributen: ([<attr>:<wert>])
21
22BESCHREIBUNG
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
31SIEHE 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
4013.Jun.2004, Muadib
41