Kaba function math.loop ed
...
Syntax ed
func static pure math.loop(i: i32, min: i32, max: i32) -> i32
func static pure math.loop(f: f32, min: f32, max: f32) -> f32
Parameters ed
- i: i32
- ...
- min: i32
- ...
- max: i32
- ...
Return ed
...
...
func static pure math.loop(i: i32, min: i32, max: i32) -> i32
func static pure math.loop(f: f32, min: f32, max: f32) -> f32
...