blob: 99f5a78849d9752a14f557b9a7020b89fdd93140 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001DeleteTimedAttrModifier()
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 int DeleteTimedAttrModifier(string key)
9
10
11DEFINIERT IN
12============
13
14 /std/living/attributes.c
15
16
17ARGUMENTE
18=========
19
20 key - aus P_TIMED_ATTR_MOD zu loeschender Eintrag
21
22
23BESCHREIBUNG
24============
25
26 Der zu key gehoerende Eintrag in P_TIMED_ATTR_MOD wird geloescht und
27 update_max_sp_and_hp ausgefuehrt.
28
29
30RUeCKGABEWERT
31=============
32
33 TATTR_INVALID_ARGS - Im Falle eines fehlenden key-Arguments
34 TATTR_NO_SUCH_MODIFIER - Falls der Modifier mit diesem Key nicht
35 existiert
36 TATTR_OK - Im Erfolgsfall
37
38
39
40 Die Rueckgabewerte sind in /sys/living/attributes.h definiert.
41
42
43SIEHE AUCH
44==========
45
46 QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
47 SetAttribute(), SetRealAttribute(), UpdateAttributes(),
48 SetTimedAttrModifier(), QueryTimedAttrModifier(),
49 P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_TIMED_ATTR_MOD,
50 P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
51
52Last modified: Tue Jul 27 20:00:20 2004 by Muadib