Crossfire Server, Trunk
|
#include <face.h>
Data Fields | |
const Face ** | faces |
uint8_t | facings |
bool | has_blank |
sstring | name |
uint16_t | num |
uint8_t | num_animations |
const Face** Animations::faces |
The actual faces for the animation.
Definition at line 30 of file face.h.
Referenced by AssetsManager::AssetsManager(), AnimationControl::display(), AnimationWrapper::displayIcon(), AllAnimations::replace(), AnimationPanel::updateItem(), and AnimationWrapper::uses().
uint8_t Animations::facings |
How many facings (1,2,4,8).
Definition at line 28 of file face.h.
Referenced by AnimationControl::display(), and AllAnimations::replace().
bool Animations::has_blank |
If this animation contains a blank face or not, used for invisibility.
Definition at line 31 of file face.h.
Referenced by AllAnimations::replace().
sstring Animations::name |
Name of the animation sequence.
Definition at line 26 of file face.h.
Referenced by add_abilities(), apply_anim_suffix(), AnimationWrapper::displayName(), CREMapInformationManager::getAnimationUse(), AnimationWrapper::name(), and AllAnimations::replace().
uint16_t Animations::num |
Where we are in the array.
Definition at line 29 of file face.h.
Referenced by add_object_to_socklist().
uint8_t Animations::num_animations |
How many different faces to animate, size of the faces array.
Definition at line 27 of file face.h.
Referenced by AnimationControl::display(), AllAnimations::replace(), AnimationPanel::updateItem(), and AnimationWrapper::uses().