bitwes/Gut

Add `wait_while`

bitwes opened this issue · 0 comments

Versions

Godot 4.x

The Feature

Add a wait_while that is the inverse of wait_until as mentioned in #628. This should be added to test.gd and will wait while a predicate method returns true. It will return true if the method times out, and false if not.