|
Crossfire Server
1.75.0
|
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 |
| updspell command flag value. More... | |
| #define | UPD_SP_GRACE 0x02 |
| updspell command flag value. More... | |
| #define | UPD_SP_MANA 0x01 |
| updspell command flag value. More... | |
| #define | UPD_WEIGHT 0x04 |
| #define UPD_ALL 0xFF |
Definition at line 338 of file newclient.h.
Referenced by identify(), and send_changed_object().
| #define UPD_ANIM 0x20 |
Definition at line 335 of file newclient.h.
Referenced by drain_wand_charge(), and esrv_update_item().
| #define UPD_ANIMSPEED 0x40 |
Definition at line 336 of file newclient.h.
Referenced by esrv_update_item(), and power_crystal_type_apply().
| #define UPD_FACE 0x08 |
Definition at line 333 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 331 of file newclient.h.
Referenced by apply_container(), apply_special(), book_type_apply(), cancellation(), cast_identify(), cast_item_curse_or_bless(), command_lock_item(), detect_curse_on_item(), detect_magic_on_item(), esrv_update_item(), god_removes_curse(), identify(), lock_item_cmd(), object_remove(), remove_curse(), shop_pay_unpaid_callback(), spellbook_type_apply(), unapply_special(), and weapon_improver_type_apply().
| #define UPD_LOCATION 0x01 |
Definition at line 330 of file newclient.h.
Referenced by esrv_update_item().
| #define UPD_NAME 0x10 |
Definition at line 334 of file newclient.h.
Referenced by apply_special(), book_type_apply(), cancellation(), 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_callback(), spellbook_type_apply(), and weapon_improver_type_apply().
| #define UPD_NROF 0x80 |
Definition at line 337 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 342 of file newclient.h.
Referenced by esrv_update_spells().
| #define UPD_SP_GRACE 0x02 |
updspell command flag value.
Definition at line 341 of file newclient.h.
Referenced by esrv_update_spells().
| #define UPD_SP_MANA 0x01 |
updspell command flag value.
Definition at line 340 of file newclient.h.
Referenced by esrv_update_spells().
| #define UPD_WEIGHT 0x04 |
Definition at line 332 of file newclient.h.
Referenced by apply_special(), cfapi_object_set_property(), command_drop(), command_dropall(), command_insert_into(), command_take(), 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().