#include <missilesprite.h>
Public Member Functions | |
| MissileSprite () | |
| void | reset (int from, int to, Item *item, Callback *listener) |
| void | reset (int from, int to, int image, Glowing *glowing, Callback *listener) |
| virtual void | onComplete (Tweener *tweener) |
Public Member Functions inherited from ItemSprite | |
| ItemSprite () | |
| ItemSprite (Item *item) | |
| ItemSprite (int image, Glowing *glowing) | |
| void | originToCenter () |
| void | link () |
| void | link (Heap *heap) |
| virtual void | revive () |
| PointF | worldToCamera (int cell) |
| void | place (int p) |
| void | drop () |
| void | drop (int from) |
| ItemSprite * | view (int image, Glowing *glowing) |
| virtual void | update () |
Additional Inherited Members | |
Static Public Member Functions inherited from ItemSprite | |
| static int | pick (int index, int x, int y) |
Public Attributes inherited from ItemSprite | |
| Heap * | heap |
Static Public Attributes inherited from ItemSprite | |
| static const int | SIZE = 16 |
Static Protected Attributes inherited from ItemSprite | |
| static TextureFilm * | film = NULL |
| MissileSprite::MissileSprite | ( | ) |
|
virtual |
| void MissileSprite::reset | ( | int | from, |
| int | to, | ||
| int | image, | ||
| Glowing * | glowing, | ||
| Callback * | listener ) |
| void MissileSprite::reset | ( | int | from, |
| int | to, | ||
| Item * | item, | ||
| Callback * | listener ) |