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