haXe API Documentation
Back | Index
class haxe.Timer
Available in flash, neko, js, flash9, php, cpp
function new(time_ms : Int) : Void
Available in flash, js, flash9, cpp
dynamic function run() : Void
Available in flash, js, flash9, cpp
function stop() : Void
Available in flash, js, flash9, cpp
static function delay(f : Void -> Void, time_ms : Int) : Timer
Available in flash, js, flash9, cpp
static function measure<T>(f : Void -> T, ?pos : PosInfos) : T
static function stamp() : Float
Returns a timestamp, in seconds
Back | Index