blob: 246008ff4ed6eec253a8c8452aa79e7284aabbdc [file] [log] [blame]
Zesstra953f9972017-02-18 15:37:36 +01001
2QueryRealAttribute()
3********************
4
5
6FUNKTION
7========
8
9 int QueryRealAttribute(string attr)
10
11
12DEFINIERT IN
13============
14
15 /std/living/attributes.c
16
17
18ARGUMENTE
19=========
20
21 attr - das interessierende Attribut
22
23
24BESCHREIBUNG
25============
26
27 Das reale Attribut (ohne Offsets) wird zurueckgegeben.
28
29
30BEISPIELE
31=========
32
33 if(this_player()->QueryRealAttribute(A_INT)>15)
34 write("Du bist auch so ganz schoen clever.\n");
35
36
37SIEHE AUCH
38==========
39
40 QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
41 SetAttribute(), SetRealAttribute(), UpdateAttributes(),
42 SetTimedAttrModifier(), QueryTimedAttrModifier(),
43 DeleteTimedAttrModifier(),
44 P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_TIMED_ATTR_MOD,
45 P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
46
47Last modified: Tue Jul 27 20:00:20 2004 by Muadib