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