Pokebot
Pokemon FireRed bot
|
#include <UseWarp.hh>
Public Member Functions | |
UseWarp (uint8_t personId) | |
~UseWarp () | |
![]() | |
AAction () | |
Action::State | update () |
virtual | ~AAction () |
void | queue (AAction *act) |
void | reset () |
Action::State | getState () const |
void | setState (Action::State st) |
void | emit (const std::string &signal) |
void | addListener (const std::string &signal, void(*listener)(AAction *)) |
void | addListener (const std::string &signal, void(AAction::*listener)()) |
Additional Inherited Members | |
![]() | |
uint32_t | _getCounter () const |
![]() | |
Data & | _data |
Action::State | _state |
std::queue< AAction * > | _actions |
std::map< std::string, std::vector< std::function < void(AAction *)> > > | _listeners |
Action::UseWarp::UseWarp | ( | uint8_t | warpId | ) |
Warp to a different map
warpId | Index of the warp in the warps array |
Action::UseWarp::~UseWarp | ( | ) |