[][src]Type Definition weasel::event::Condition

type Condition<R> = Rc<dyn Fn(&BattleState<R>) -> bool>;

Function that tells if an event prototype met its additional conditions in order to be applied.