GetRawSaveDataTable
This function was added in DSL 1
Description
Return the raw save data table.
You should usually be using GetSaveDataTable
instead.
function GetRawSaveDataTable() --[[ ... ]] end
Parameters
None.
Return Values
rawSaveData
:table
- The raw save data table.
Versions
- DSL 4 - Save data is now more reliable, and accurately reports when it is not ready.
Example
local rawSaveData = GetRawSaveDataTable()
print('Raw Save Data: ', rawSaveData)