StagTest.TickTimer¶
Inherits: RefCounted
Testing class for awaiting process/physics_process ticks.
Properties¶
|
|
Methods¶
|
_decrement(t: StagTest.TickTimer, wait_until: |
|
|
|
keep(t: StagTest.TickTimer) static |
Signals¶
done() 🔗
Emitted after the specified wait ticks have passed.
Property Descriptions¶
int _wait_ticks = 0 🔗
There is currently no description for this property. Please help us by contributing one!
Method Descriptions¶
bool _decrement(t: StagTest.TickTimer, wait_until: Signal) static 🔗
Decreases the wait tick count by 1, and emits upon reaching zero ticks. Returns true if still waiting on ticks.
int ticks_left() 🔗
Returns the number of wait ticks left.
bool keep(t: StagTest.TickTimer) static 🔗
There is currently no description for this method. Please help us by contributing one!