Difference between revisions of "Core.yield"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2016.06<br/> | '''<translate>Available since</translate>:''' Gideros 2016.06<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Core|Core]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Yield function running as background task. | <translate>Yield function running as background task. |
Revision as of 09:28, 24 August 2018
Available since: Gideros 2016.06
Class: Core
Description
Yield function running as background task.
Core.yield([number of seconds to wait]) Core.yield(true) -- yield for a single frame and disable auto yield
Core.yield(false) -- don't yield now, but reenable autoyield
Core.yield(state)
Parameters
state: (number or boolean) number of seconds to yield or boolean to enable/disable auto yield