Difference between revisions of "Core"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2012.2<br/> === Description === Gideros Core functions{|- | style="width: 50%;"| === Methods === | st...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''Supported platforms:''' mac, pc<br/>
 
'''Available since:''' Gideros 2012.2<br/>
 
'''Available since:''' Gideros 2012.2<br/>
 
=== Description ===
 
=== Description ===
Gideros Core functions{|-
+
Gideros Core functions
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
 +
[[Core.asyncCall]] - Launch function on separate thread as background task<br/>
 +
[[Core.class]] - Creates and returns new Gideros class<br/>
 +
[[Core.frameStatistics]] - Return table with data about frame<br/>
 +
[[Core.profilerReport]] - Output profiling results<br/>
 +
[[Core.profilerReset]] - Clear recorded profiling data<br/>
 +
[[Core.profilerStart]] - Start profiling lua code<br/>
 +
[[Core.profilerStop]] - Stop profiling<br/>
 +
[[Core.random]] - Generate a random number<br/>
 +
[[Core.randomSeed]] - Set the random generator seed<br/>
 +
[[Core.yield]] - Yield function running as background task<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 09:57, 23 August 2018

Supported platforms: mac, pc
Available since: Gideros 2012.2

Description

Gideros Core functions







Methods

Core.asyncCall - Launch function on separate thread as background task
Core.class - Creates and returns new Gideros class
Core.frameStatistics - Return table with data about frame
Core.profilerReport - Output profiling results
Core.profilerReset - Clear recorded profiling data
Core.profilerStart - Start profiling lua code
Core.profilerStop - Stop profiling
Core.random - Generate a random number
Core.randomSeed - Set the random generator seed
Core.yield - Yield function running as background task

Events

Constants