Difference between revisions of "Core.fileLoad"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File loading. <syntaxhighlight lang="lua"> Core.fileLoad(filename,table) <...") |
|||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
− | + | Optimized file loading. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Core.fileLoad(filename,table) | Core.fileLoad(filename,table) |
Revision as of 01:34, 25 March 2025
Available since: Gideros 2025.3
Class: Core
Description
Optimized file loading.
Core.fileLoad(filename,table)
Parameters
filename: (string) path to the file to load
table: (table) with following options:
async: (boolean) with async loading, default = false
compression: (boolean) with compression, default = false
buffer: (boolean) as buffer, default = false
mode: (string) file mode: "rb", ...
- 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