Lua:saveTable
Revision as of 02:47, 18 April 2018 by TheyCallMeTim13 (talk | contribs) (Created page with 'Category:Lua '''function''' saveTable(''fileName'', ''protect'' OPTIONAL) Saves the current table. If protect is provided and set to true and the filename has the ".CETRAINE…')
function saveTable(fileName, protect OPTIONAL)
Saves the current table. If protect is provided and set to true and the filename has the ".CETRAINER" extension, it will protect it from reading normally.
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
fileName | String | The name of the file to save cheat table to |
protect | Boolean | If set to true and the filename has the ".CETRAINER" extension, it will protect it from reading normally |
Examples[edit]
saveTable('SomeGame.CT')
saveTable('SomeGame.CETRAINER', true)