blob: 0d75f313ae5aba17ccefd3cc73eea5d395f36b2e [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001TestLimitViolation()
Zesstra953f9972017-02-18 15:37:36 +01002********************
MG Mud User88f12472016-06-24 23:31:02 +02003
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra953f9972017-02-18 15:37:36 +01005FUNKTION
6========
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra953f9972017-02-18 15:37:36 +01008 status TestLimitViolation(mapping check)
9
10
11DEFINIERT IN
12============
13
14 /std/living/attributes.c
15
16
17PARAMETER
18=========
19
20 check - Mapping mit Attributen: ([<attr>:<wert>])
21
22
23BESCHREIBUNG
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
30SIEHE 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
3813.Jun.2004, Muadib