Difference between revisions of "Lua:findTableFile"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
!align="left"|Parameter | !align="left"|Parameter | ||
!align="left"|Type | !align="left"|Type | ||
− | !style="width: | + | !style="width: 80%;background-color:white;" align="left"|Description |
|- | |- | ||
|filename | |filename |
Revision as of 05:39, 25 January 2018
function findTableFile(filename) : UserData
Returns a TableFile object representing a file stored with the cheat table. You can retrieve the data as a MemoryStream or save it to disk.
Contents
Function Parameters
Parameter | Type | Description |
---|---|---|
filename | String | The name of the file added to the cheat table |
Example
Calling from LUA:
local file = findTableFile('protected.wav') playSound(file)
Adding a File
To add a file to your table, open the 'Table' menu and pick 'Add File':
Pick the file and it will be added to the table with the same name and show up as a separate entry below 'Add file' in the 'Table' menu. From that you can rename it, save it out to disk, or delete it: