My Project
|
移動元へのきき。attack defense は言葉の意味と逆で自分がattack More...
#include <escape.h>
Public Member Functions | |
FromEffect (int attack, int defense) | |
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 |
Additional Inherited Members | |
![]() | |
CountEffect2 (int a, int d) | |
bool | match (const NumEffectState &state, Square position, const RatingEnv &env) const |
![]() | |
static std::pair< int, int > | count (const NumEffectState &state, Square position, const RatingEnv &env) |
static std::string | name (int attack, int defense) |
static int | index (const NumEffectState &state, Square position, const RatingEnv &env) |
![]() | |
int | attack |
int | defense |
![]() | |
static const int | Max = 2 |
移動元へのきき。attack defense は言葉の意味と逆で自分がattack
Definition at line 14 of file feature/escape.h.
Definition at line 17 of file feature/escape.h.
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 19 of file feature/escape.h.
References osl::rating::CountEffect2::count(), osl::Move::from(), osl::Move::isDrop(), and osl::rating::CountEffect2::match().