Difference between revisions of "Core"
Line 17: | Line 17: | ||
=== Reference === | === Reference === | ||
− | https://github.com/gideros/gideros/blob/ | + | https://github.com/gideros/gideros/blob/master/luabinding/luaapplication.cpp |
{|- | {|- |
Latest revision as of 00:16, 26 March 2025
Supported platforms:
Available since: Gideros 2012.2
Inherits from: Object
Description
Gideros Core functions.
Example
MySprite = Core.class(Sprite)
--my custom sprite class
function MySprite:init()
end
Reference
https://github.com/gideros/gideros/blob/master/luabinding/luaapplication.cpp
MethodsCore.asyncCall launches function on separate thread as background task |
EventsConstants |