blob: 93442993dc8cbd2e731c6a8a000af3d27d624053 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001TestLimitViolation()
2FUNKTION:
3 status TestLimitViolation(mapping check)
4
5DEFINIERT IN:
6 /std/living/attributes.c
7
8PARAMETER:
9 check - Mapping mit Attributen: ([<attr>:<wert>])
10
11BESCHREIBUNG:
12 Prueft, ob die Summe der in check enthaltenen Modifikatoren die Summe
13 aller Modifikatoren im Spieler ueber den zugelassenen Grenzwert hebt.
14
15SIEHE 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
2113.Jun.2004, Muadib