Difference between revisions of "Lua:readRegionFromFile"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' readRegionFromFile(''Filename'', ''Address'') | '''function''' readRegionFromFile(''Filename'', ''Address'') | ||
Revision as of 13:40, 19 March 2017
function readRegionFromFile(Filename, Address)
Reads a file from memory and writes the contents of that file to the specified address
Function Parameters
Parameter | Type | Description |
---|---|---|
Filename | String | The filename to load into memory |
Address | Integer or CEAddressString | The address to write the block of data to |