489
edits
Script 10k (talk | contribs) (exploring and documenting schedule ... repeat ... every ...) |
Script 10k (talk | contribs) |
||
Line 676: | Line 676: | ||
Note: (60 ticks <=> 60 frames <=> 1 second <=> sleep(1) [ <=> means equivalent ] | Note: (60 ticks <=> 60 frames <=> 1 second <=> sleep(1) [ <=> means equivalent ] | ||
Recursive functions using fork have also the limitation of being called at the minimum of | Recursive functions using fork have also the limitation of being called at the minimum interval of 1 second where the schedule ... repeat ... every ... can be called to the minimum interval of 1/60 seconds. | ||
==Variables== | ==Variables== |
edits