MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | QueryRealAttribute() |
| 2 | FUNKTION: |
| 3 | int QueryRealAttribute(string attr) |
| 4 | |
| 5 | DEFINIERT IN: |
| 6 | /std/living/attributes.c |
| 7 | |
| 8 | ARGUMENTE: |
| 9 | attr - das interessierende Attribut |
| 10 | |
| 11 | BESCHREIBUNG: |
| 12 | Das reale Attribut (ohne Offsets) wird zurueckgegeben. |
| 13 | |
| 14 | BEISPIELE: |
| 15 | if(this_player()->QueryRealAttribute(A_INT)>15) |
| 16 | write("Du bist auch so ganz schoen clever.\n"); |
| 17 | |
| 18 | SIEHE AUCH:
|
| 19 | QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
|
| 20 | SetAttribute(), SetRealAttribute(), UpdateAttributes(),
|
| 21 | SetTimedAttrModifier(), QueryTimedAttrModifier(),
|
| 22 | DeleteTimedAttrModifier(),
|
| 23 | P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_TIMED_ATTR_MOD,
|
| 24 | P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
|
| 25 | ----------------------------------------------------------------------------
|
| 26 | Last modified: Tue Jul 27 20:00:20 2004 by Muadib
|