1 2 3 4 5 6 7 8 9 10 11
use super::*; #[pqlfn(alias = "min_equity")] pub fn min_hvhequity( ctx: &PQLFnContext, hero: PQLPlayer, street: PQLStreet, equity: PQLEquity, ) -> PQLBoolean { hvhequity(ctx, hero, street) >= equity }