Difference between revisions of "Core"
| m (Text replacement - "<source" to "<syntaxhighlight") | m (Text replacement - "</source>" to "</syntaxhighlight>") | ||
| Line 14: | Line 14: | ||
| function MySprite:init() | function MySprite:init() | ||
| end | end | ||
| − | </ | + | </syntaxhighlight> | 
| {|- | {|- | ||
Revision as of 14:27, 13 July 2023
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
| MethodsCore.asyncCall launches function on separate thread as background task | EventsConstants | 
