SaveLoadData
Sourceboolean READ_FILES_IN_REPLAYS
Source
 function LoadStatus.isFail() returns boolean
Source
 function static player.loadData(string slotName, LoadListener listener)
Source
 Asynchronously loads the data from the file of the given player
and then synchronizes it with all other players.
The listener will be invoked with the synced data string.  
 function static player.saveData(string slotName, string data)
Source
 Blockingly saves the given data string for the given player. 
 function static player.saveData(string slotName, ChunkedString data)
Source
 Blockingly saves the given data string for the given player. 
 function LoadStatus.toString() returns string
Source
interface LoadListener
Source
 function onLoad(LoadStatus status, ChunkedString data)
Source