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