Crossfire Server, Trunk
R21670
|
Macros | |
#define | UPD_ALL 0xFF |
#define | UPD_ANIM 0x20 |
#define | UPD_ANIMSPEED 0x40 |
#define | UPD_FACE 0x08 |
#define | UPD_FLAGS 0x02 |
#define | UPD_LOCATION 0x01 |
#define | UPD_NAME 0x10 |
#define | UPD_NROF 0x80 |
#define | UPD_SP_DAMAGE 0x04 |
#define | UPD_SP_GRACE 0x02 |
#define | UPD_SP_MANA 0x01 |
#define | UPD_WEIGHT 0x04 |
#define UPD_ALL 0xFF |
Definition at line 297 of file newclient.h.
Referenced by identify(), and send_changed_object().
#define UPD_ANIM 0x20 |
Definition at line 294 of file newclient.h.
Referenced by drain_wand_charge(), and esrv_update_item().
#define UPD_ANIMSPEED 0x40 |
Definition at line 295 of file newclient.h.
Referenced by esrv_update_item(), and power_crystal_type_apply().
#define UPD_FACE 0x08 |
Definition at line 292 of file newclient.h.
Referenced by apply_container(), apply_race_and_class(), esrv_update_item(), identify(), key_change_class(), object_update(), and player_changer_type_process().
#define UPD_FLAGS 0x02 |
Definition at line 290 of file newclient.h.
Referenced by apply_container(), apply_special(), book_type_apply(), cancellation(), cast_identify(), cast_item_curse_or_curse(), command_lock_item(), detect_curse_on_item(), detect_magic_on_item(), esrv_update_item(), god_removes_curse(), identify(), lock_item_cmd(), remove_curse(), shop_pay_unpaid(), spellbook_type_apply(), unapply_special(), and weapon_improver_type_apply().
#define UPD_LOCATION 0x01 |
Definition at line 289 of file newclient.h.
Referenced by esrv_update_item().
#define UPD_NAME 0x10 |
Definition at line 293 of file newclient.h.
Referenced by apply_special(), book_type_apply(), cast_identify(), command_insert_into(), command_rename_item(), esrv_update_item(), god_enchants_weapon(), hit_with_one_attacktype(), identify(), improve_armour(), improve_weapon_magic(), prepare_weapon(), shop_pay_unpaid(), spellbook_type_apply(), and weapon_improver_type_apply().
#define UPD_NROF 0x80 |
Definition at line 296 of file newclient.h.
Referenced by animate_weapon(), apply_special(), cfapi_object_set_property(), command_insert_into(), esrv_update_item(), improve_armour(), object_decrease_nrof(), object_increase_nrof(), prepare_weapon(), and weapon_improver_type_apply().
#define UPD_SP_DAMAGE 0x04 |
updspell command flag value.
Definition at line 301 of file newclient.h.
Referenced by esrv_update_spells().
#define UPD_SP_GRACE 0x02 |
updspell command flag value.
Definition at line 300 of file newclient.h.
Referenced by esrv_update_spells().
#define UPD_SP_MANA 0x01 |
updspell command flag value.
Definition at line 299 of file newclient.h.
Referenced by esrv_update_spells().
#define UPD_WEIGHT 0x04 |
Definition at line 291 of file newclient.h.
Referenced by apply_special(), cfapi_object_set_property(), command_dropall(), command_insert_into(), drop_object(), empty_container(), esrv_move_object(), esrv_update_item(), improve_armour(), improve_weapon(), insert_objects(), object_decrease_nrof(), pick_up_object(), put_object_in_sack(), sell_item(), and send_updates().