#include <externs.h>
Public Member Functions | |
runrest () | |
void | initialise (int rdir, int mode) |
operator int () const | |
const runrest & | operator= (int newrunmode) |
bool | is_rest () const |
bool | is_explore () const |
bool | is_any_travel () const |
std::string | runmode_name () const |
void | clear () |
void | stop () |
void | rest () |
bool | check_stop_running () |
Public Attributes | |
int | runmode |
int | mp |
int | hp |
coord_def | pos |
FixedVector< run_check_dir, 3 > | run_check |
runrest::runrest | ( | ) |
void runrest::initialise | ( | int | rdir, | |
int | mode | |||
) |
runrest::operator int | ( | ) | const |
const runrest & runrest::operator= | ( | int | newrunmode | ) |
bool runrest::is_rest | ( | ) | const |
bool runrest::is_explore | ( | ) | const |
bool runrest::is_any_travel | ( | ) | const |
std::string runrest::runmode_name | ( | ) | const |
void runrest::clear | ( | ) |
void runrest::stop | ( | ) |
void runrest::rest | ( | ) |
bool runrest::check_stop_running | ( | ) |
int runrest::runmode |
int runrest::mp |
int runrest::hp |