IsValidTimer

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
IsValidTimer

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Check if the timer identifier specified is valid or not.

Syntax

IsValidTimer(timer)

Parameters

  • timer
    The timer identifier.

Return Value

  • Returns true on success.

Example

if IsValidTimer(timerid) then
	return print("The specified timer id is valid.")
end

See also