What it does
saveSystem.quickLoad takes no arguments.
Signature
saveSystem.quickLoad()Arguments
It takes none.
Example · generated
function start() { saveSystem.quickLoad();}saveSystem.quickLoad 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.