
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
| #define | P_ATTRIBUTES "attributes" |
| #define | P_ATTRIBUTES_OFFSETS "attributes_offsets" |
| #define | P_ATTRIBUTES_MODIFIER "attributes_modifier" |
| #define | P_X_ATTR_MOD "extern_attributes_modifier" |
| #define | P_X_HEALTH_MOD "extern_health_modifier" |
| #define | P_M_ATTR_MOD "magic_attributes_modifier" |
| #define | P_M_HEALTH_MOD "magic_health_modifier" |
| #define | P_ABILITIES "abilities" |
| #define | P_TIMED_ATTR_MOD "timed_attr_mod" |
| #define | A_STR "str" |
| #define | A_INT "int" |
| #define | A_DEX "dex" |
| #define | A_CON "con" |
| #define | TATTR_OK 0 |
| #define | TATTR_NO_SUCH_MODIFIER 1 |
| #define | TATTR_INVALID_ARGS 2 |
| #define | TATTR_OUTDATE 0 |
| #define | TATTR_DEPENDENTS 1 |
| #define | TATTR_ENTRIES 2 |
| #define | TATTR_MOD 0 |
| #define | TATTR_OUTDATED 1 |
| #define | TATTR_DEPENDENT 2 |
| #define | TATTR_NOTIFY 3 |
| #define | CUMULATIVE_ATTR_LIMIT 4 |
| #define A_CON "con" |
Definiert in Zeile 28 der Datei attributes.h.
Wird benutzt von _set_level(), ask_question(), check_restrictions(), create(), is_bank(), Learn(), raise() und SelectWhich().
| #define A_DEX "dex" |
Definiert in Zeile 27 der Datei attributes.h.
Wird benutzt von _query_total_ac(), _set_level(), ask_question(), buy(), check_restrictions(), create(), DoWield(), is_bank(), Learn(), raise(), schnell(), SelectWhich(), shoot_dam(), ShortRangeSkill(), StdSkill_Fight_hands() und StdSkill_Fight_sword().
| #define A_INT "int" |
Definiert in Zeile 26 der Datei attributes.h.
Wird benutzt von _set_level(), ask_question(), check_restrictions(), create(), InitialSkillAbility(), is_bank(), Learn(), Pacify(), raise() und SelectWhich().
| #define A_STR "str" |
Definiert in Zeile 25 der Datei attributes.h.
Wird benutzt von _query_max_weight(), _query_total_wc(), _set_frog(), _set_level(), ask_question(), Attack(), check_restrictions(), create(), is_bank(), Learn(), QueryDamage(), raise(), SelectWhich(), ShortRangeSkill(), StdSkill_Bihand(), StdSkill_Fight_hands() und StdSkill_Fight_sword().
| #define CUMULATIVE_ATTR_LIMIT 4 |
Definiert in Zeile 45 der Datei attributes.h.
Wird benutzt von calculate_valid_modifiers().
| #define P_ABILITIES "abilities" |
Definiert in Zeile 19 der Datei attributes.h.
| #define P_ATTRIBUTES "attributes" |
Definiert in Zeile 12 der Datei attributes.h.
Wird benutzt von Identify(), NeuerTip(), scan(), scan_obj(), score() und stat().
| #define P_ATTRIBUTES_MODIFIER "attributes_modifier" |
Definiert in Zeile 14 der Datei attributes.h.
Wird benutzt von _set_frog().
| #define P_ATTRIBUTES_OFFSETS "attributes_offsets" |
Definiert in Zeile 13 der Datei attributes.h.
| #define P_M_ATTR_MOD "magic_attributes_modifier" |
Definiert in Zeile 17 der Datei attributes.h.
Wird benutzt von _check_wear_restrictions(), calculate_valid_modifiers() und DoWield().
| #define P_M_HEALTH_MOD "magic_health_modifier" |
Definiert in Zeile 18 der Datei attributes.h.
Wird benutzt von calculate_valid_modifiers().
| #define P_TIMED_ATTR_MOD "timed_attr_mod" |
Definiert in Zeile 20 der Datei attributes.h.
| #define P_X_ATTR_MOD "extern_attributes_modifier" |
Definiert in Zeile 15 der Datei attributes.h.
Wird benutzt von _set_extern_attributes_modifier(), calculate_valid_modifiers(), InsertSensitiveObject() und RemoveSensitiveObject().
| #define P_X_HEALTH_MOD "extern_health_modifier" |
Definiert in Zeile 16 der Datei attributes.h.
Wird benutzt von _set_extern_health_modifier(), calculate_valid_modifiers(), InsertSensitiveObject() und RemoveSensitiveObject().
| #define TATTR_DEPENDENT 2 |
Definiert in Zeile 41 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
| #define TATTR_DEPENDENTS 1 |
Definiert in Zeile 37 der Datei attributes.h.
| #define TATTR_ENTRIES 2 |
Definiert in Zeile 38 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
| #define TATTR_INVALID_ARGS 2 |
Definiert in Zeile 33 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
| #define TATTR_MOD 0 |
Definiert in Zeile 39 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
| #define TATTR_NO_SUCH_MODIFIER 1 |
Definiert in Zeile 32 der Datei attributes.h.
| #define TATTR_NOTIFY 3 |
Definiert in Zeile 42 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
| #define TATTR_OK 0 |
Definiert in Zeile 31 der Datei attributes.h.
| #define TATTR_OUTDATE 0 |
Definiert in Zeile 36 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
| #define TATTR_OUTDATED 1 |
Definiert in Zeile 40 der Datei attributes.h.
Wird benutzt von SetTimedAttrModifier().
1.6.3