Nasal Loops: Difference between revisions

Jump to navigation Jump to search
Line 244: Line 244:


mt_loop_exampleTimer = maketimer(0.25, mt_loop_example);
mt_loop_exampleTimer = maketimer(0.25, mt_loop_example);
mt_loop_exampleTimer.simulatedTime = 1; # defaults to using wallclock time and will therefore continue during pause.
mt_loop_exampleTimer.simulatedTime = 1; # use simulated time, as maketimer defaults to using wallclock time and continues during pause.
mt_loop_exampleTimer.start();
mt_loop_exampleTimer.start();
</syntaxhighlight>
</syntaxhighlight>
308

edits

Navigation menu