Difference between revisions of "Core.class"
From GiderosMobile
(----) |
|||
Line 12: | Line 12: | ||
'''base''': (GiderosClass) Gideros class from which to inherit '''optional'''<br/> | '''base''': (GiderosClass) Gideros class from which to inherit '''optional'''<br/> | ||
− | + | {{Core}} | |
− | {{ | ||
− |
Revision as of 02:10, 3 December 2019
Available since: Gideros 2012.2
Class: Core
Description
Creates and returns new Gideros class.
Core.class(base)
Parameters
base: (GiderosClass) Gideros class from which to inherit optional
- Core
- Core.asyncCall
- Core.asyncThread
- Core.class
- Core.enableAllocationTracking
- Core.fileLoad
- Core.fileSave
- 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