Difference between revisions of "Core"
From GiderosMobile
(----) |
|||
Line 40: | Line 40: | ||
|} | |} | ||
− | + | {{Core}} | |
− | {{ | ||
− |
Revision as of 01:09, 3 December 2019
Supported platforms:
Available since: Gideros 2012.2
Inherits from: Object
Description
Gideros Core functions
Examples
MySprite = Core.class(Sprite)
--my custom sprite class
function MySprite:init()
end
MethodsCore.asyncCall Launch function on separate thread as background task |
EventsConstants |
- Core
- Core.asyncCall
- Core.asyncThread
- Core.class
- Core.enableAllocationTracking
- Core.findReferences
- Core.frameStatistics
- Core.getScriptPath
- Core.profilerReport
- Core.profilerReset
- Core.profilerStart
- Core.profilerStop
- Core.random
- Core.randomSeed
- Core.setAutoYield
- Core.signal
- Core.stopping
- Core.yield
- Core.yieldable
- Core.yieldlock