#include <pushing.h>


Classes | |
| class | Effect |
Public Member Functions | |
| CLASSNAME (Pushing) | |
| Pushing (Char *ch, int from, int to) | |
Public Member Functions inherited from Actor | |
| Actor () | |
| virtual void | storeInBundle (Bundle *bundle) |
| virtual void | restoreFromBundle (Bundle *bundle) |
| int | Id () |
| void | next () |
Protected Member Functions | |
| virtual boolean | act () |
Protected Member Functions inherited from Actor | |
| virtual void | spend (float time) |
| void | postpone (float time) |
| float | cooldown () |
| void | diactivate () |
| virtual void | onAdd () |
| virtual void | onRemove () |
Additional Inherited Members | |
Static Public Member Functions inherited from Actor | |
| static void | fixTime () |
| static void | clear () |
| static Char * | findChar (int pos) |
| static Actor * | findById (int id) |
| static void | init () |
| static void | addDelayed (Actor *actor, float delay) |
| static void | remove (Actor *actor) |
| static void | add (Actor *actor) |
| static void | occupyCell (Char *ch) |
| static void | freeCell (int pos) |
| static void | process () |
Static Public Attributes inherited from Actor | |
| static const int | TICK = 1 |
| static HashSet< Actor * > | all |
| Pushing::Pushing | ( | Char * | ch, |
| int | from, | ||
| int | to ) |

|
protectedvirtual |
| Pushing::CLASSNAME | ( | Pushing | ) |
