nanos world API Reference Unofficial documentation
Static function Shared Fast

Timer.ClearInterval

Stops the execution of the function specified in SetInterval()

Syntax

Lua
Timer.ClearInterval(interval_id)

Parameters

Name Type Default Description
interval_id integer The ID value returned by SetInterval() is used as the parameter for this method