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