Difference between revisions of "Core"

From GiderosMobile
Line 13: Line 13:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
[[Core.asyncCall]] - Launch function on separate thread as background task<br/>
+
[[Core.asyncCall]] {{<translate>Launch function on separate thread as background task</translate>}}<br/>
[[Core.class]] - Creates and returns new Gideros class<br/>
+
[[Core.class]] {{<translate>Creates and returns new Gideros class</translate>}}<br/>
[[Core.frameStatistics]] - Return table with data about frame<br/>
+
[[Core.frameStatistics]] {{<translate>Return table with data about frame</translate>}}<br/>
[[Core.profilerReport]] - Output profiling results<br/>
+
[[Core.profilerReport]] {{<translate>Output profiling results</translate>}}<br/>
[[Core.profilerReset]] - Clear recorded profiling data<br/>
+
[[Core.profilerReset]] {{<translate>Clear recorded profiling data</translate>}}<br/>
[[Core.profilerStart]] - Start profiling lua code<br/>
+
[[Core.profilerStart]] {{<translate>Start profiling lua code</translate>}}<br/>
[[Core.profilerStop]] - Stop profiling<br/>
+
[[Core.profilerStop]] {{<translate>Stop profiling</translate>}}<br/>
[[Core.random]] - Generate a random number<br/>
+
[[Core.random]] {{<translate>Generate a random number</translate>}}<br/>
[[Core.randomSeed]] - Set the random generator seed<br/>
+
[[Core.randomSeed]] {{<translate>Set the random generator seed</translate>}}<br/>
[[Core.yield]] - Yield function running as background task<br/>
+
[[Core.yield]] {{<translate>Yield function running as background task</translate>}}<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 15:18, 23 August 2018