Skip to content

std.timer.Timer.New

simon edited this page Jul 26, 2018 · 1 revision

std::std.timer.std.timer.Timer.New

Method New:Void( hertz:monkey:monkey.types.Double,fired:Void() )

Creates a new Timer.

Creates new timer with hertz frequency.

The timer will continually invoke the fired function at the rate of hertz times per second.

Clone this wiki locally