Closed Xrayez closed 3 years ago
Allows to check whether a value is in the range of min and max values, and unlike is_between(), will print an error if the range is invalid (when min > max).
is_between()
min > max
Complements #154.
See also rationale in https://github.com/godotengine/godot-proposals/issues/889#issuecomment-980580919.
Allows to check whether a value is in the range of min and max values, and unlike
is_between()
, will print an error if the range is invalid (whenmin > max
).Complements #154.
See also rationale in https://github.com/godotengine/godot-proposals/issues/889#issuecomment-980580919.