blob: df9f7b2676efb8ea4eb819cac08aae15a7651d74 [file] [log] [blame]
Zesstra953f9972017-02-18 15:37:36 +01001
MG Mud User88f12472016-06-24 23:31:02 +02002TestLimitViolation()
Zesstra953f9972017-02-18 15:37:36 +01003********************
MG Mud User88f12472016-06-24 23:31:02 +02004
MG Mud User88f12472016-06-24 23:31:02 +02005
Zesstra953f9972017-02-18 15:37:36 +01006FUNKTION
7========
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra953f9972017-02-18 15:37:36 +01009 status TestLimitViolation(mapping check)
10
11
12DEFINIERT IN
13============
14
15 /std/living/attributes.c
16
17
18PARAMETER
19=========
20
21 check - Mapping mit Attributen: ([<attr>:<wert>])
22
23
24BESCHREIBUNG
25============
26
27 Prueft, ob die Summe der in check enthaltenen Modifikatoren die Summe
28 aller Modifikatoren im Spieler ueber den zugelassenen Grenzwert hebt.
29
30
31SIEHE AUCH
32==========
33
34 QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
35 SetAttr(), SetAttribute(), SetRealAttribute(), UpdateAttributes(),
36 P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER,
37 P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
38
3913.Jun.2004, Muadib