What it does
saveSystem.quickSave takes data. data is optional.
Signature
saveSystem.quickSave(data?)Arguments
dataoptional
Example · generated
function start() { saveSystem.quickSave({});}saveSystem.quickSave is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.