Skip to main content

check_in_range

Function check_in_range 

Source
pub fn check_in_range(
    name: &str,
    pos_a_key: &str,
    pos_b_key: &str,
    range: f32,
) -> BehaviorNode
Expand description

Condition: is the distance within range (i.e. 0 <= dist <= range)?