Skip to main content

validate_resolved_stat

Function validate_resolved_stat 

Source
fn validate_resolved_stat(
    enemy: EnemyIdx,
    field: &'static str,
    value: f64,
    strictly_positive: bool,
) -> Result<(), EncounterConstructionError>