NodeTimerRef is_started - Uberi/MineTest-API GitHub Wiki

NodeTimerRef:is_started

Description

Determines whether the timer is currently running.

Syntax

[boolean](../type/boolean.html) is_started()

Examples

if timer:is_started() then
	print("Timer is active")
else
	print("Timer is inactive")
end
⚠️ **GitHub.com Fallback** ⚠️