Crossfire Client, Branches
R11627
|
#include <client.h>
Data Fields | |
uint16 * | faces |
uint16 | flags |
uint8 | num_animations |
uint8 | phase |
uint8 | speed |
uint8 | speed_left |
uint16* Animations::faces |
Definition at line 79 of file client.h.
Referenced by animate_inventory(), animate_look(), animate_objects(), animate_one_item(), AnimCmd(), draw_inv_table(), mapdata_animation(), and mapdata_set_anim_layer().
uint8 Animations::num_animations |
Definition at line 73 of file client.h.
Referenced by animate_inventory(), animate_look(), animate_objects(), animate_one_item(), AnimCmd(), draw_inv_table(), mapdata_animation(), and mapdata_set_anim_layer().
uint8 Animations::phase |
Definition at line 78 of file client.h.
Referenced by AnimCmd(), mapdata_animation(), and mapdata_set_anim_layer().
uint8 Animations::speed |
Definition at line 76 of file client.h.
Referenced by AnimCmd(), and mapdata_set_anim_layer().
uint8 Animations::speed_left |
Definition at line 77 of file client.h.
Referenced by AnimCmd(), mapdata_animation(), and mapdata_set_anim_layer().