Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 1 | P_ATTRIBUTES_OFFSETS |
| 2 | ******************** |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | NAME |
| 6 | ==== |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 7 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 8 | P_ATTRIBUTES_OFFSETS "attributes_offsets" |
| 9 | |
| 10 | |
| 11 | DEFINIERT IN |
| 12 | ============ |
| 13 | |
| 14 | /sys/living/attributes.h |
| 15 | |
| 16 | |
| 17 | BESCHREIBUNG |
| 18 | ============ |
| 19 | |
| 20 | Diese Property enthaelt ein Mapping mit Offsets, die zu den |
| 21 | Attributen eine Lebewesens addiert werden. Diese koennen auch |
| 22 | negativ sein! Realisiert werden damit beispielsweise Rassenboni. |
| 23 | Es gibt noch weitere Moeglichkeiten, Attributoffsets anzugeben. |
| 24 | Fuer weiteres siehe P_ATTRIBUTES. |
| 25 | |
| 26 | |
| 27 | BEMKERUNGEN |
| 28 | =========== |
| 29 | |
| 30 | Keine echte Property, _query_attributes_offsets() und |
| 31 | _set_attributes_offsets() sind in /std/living/attributes.c |
| 32 | implementiert. |
| 33 | |
| 34 | |
| 35 | SIEHE AUCH |
| 36 | ========== |
| 37 | |
| 38 | QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(), |
| 39 | SetAttribute(), SetRealAttribute(), UpdateAttributes(), |
| 40 | SetTimedAttrModifier(), QueryTimedAttrModifier(), |
| 41 | DeleteTimedAttrModifier(), |
| 42 | P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_TIMED_ATTR_MOD, |
| 43 | P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c |
| 44 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 45 | Last modified: Tue Jul 27 20:00:20 2004 by Muadib |