nanos world API Reference Unofficial documentation
Static function Shared Fast

Timer.ClearTimeout

Stops the execution of the function specified in SetTimeout()

Syntax

Lua
Timer.ClearTimeout(timeout_id)

Parameters

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