IsValidTimer

From Onset Developer Wiki
Revision as of 10:14, 19 November 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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