Jump to content

BSL:Manual: Difference between revisions

m
(exploring and documenting schedule ... repeat ... every ...)
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 60 frames per second where the schedule ... repeat ... every ... can be called down to 1 frame per second.
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==
489

edits