ManaPlus
|
#include <frame.h>
Data Fields | |
Image * | image |
int | delay |
int | offsetX |
int | offsetY |
int | rand |
FrameTypeT | type |
std::string | nextAction |
int Frame::delay |
Definition at line 43 of file frame.h.
Referenced by SimpleAnimation::update().
Image* Frame::image |
Definition at line 42 of file frame.h.
Referenced by SimpleAnimation::draw(), SimpleAnimation::getCurrentImage(), AnimatedSprite::getHeight(), AnimatedSprite::getImage(), and AnimatedSprite::getWidth().
std::string Frame::nextAction |
Definition at line 48 of file frame.h.
Referenced by Animation::calcMemoryLocal().
int Frame::offsetX |
Definition at line 44 of file frame.h.
Referenced by SimpleAnimation::draw().
int Frame::offsetY |
Definition at line 45 of file frame.h.
Referenced by SimpleAnimation::draw().
FrameTypeT Frame::type |