Difference between revisions of "Core"
From GiderosMobile
Tag: Undo |
|||
Line 30: | Line 30: | ||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === | ||
|} | |} | ||
+ | |||
+ | {{Core}} |
Revision as of 11:59, 4 December 2019
Supported platforms:
Available since: Gideros 2012.2
Inherits from: Object
Description
Gideros Core functions
Examples
Example
MySprite = Core.class(Sprite)
--my custom sprite class
function MySprite:init()
end
MethodsCore.asyncCall Launch function on separate thread as background task |
EventsConstants |