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