#include <escape.h>
Public Member Functions | |
ImmediateEscape (Ptype s, Ptype a) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &env) const |
Private Attributes | |
Ptype | self |
Ptype | attack |
Definition at line 52 of file feature/escape.h.
osl::rating::ImmediateEscape::ImmediateEscape | ( | Ptype | s, |
Ptype | a | ||
) | [inline] |
Definition at line 56 of file feature/escape.h.
bool osl::rating::ImmediateEscape::match | ( | const NumEffectState & | state, |
Move | move, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 61 of file feature/escape.h.
References attack, osl::Move::from(), osl::rating::RatingEnv::history, osl::Move::isDrop(), osl::Move::isNormal(), osl::Move::ptype(), osl::Move::ptypeO(), and osl::Move::to().
Ptype osl::rating::ImmediateEscape::attack [private] |
Definition at line 54 of file feature/escape.h.
Referenced by match().
Ptype osl::rating::ImmediateEscape::self [private] |
Definition at line 54 of file feature/escape.h.