What it does
storage.remove acts on storage: it removes. It takes key.
Signature
storage.remove(key)Arguments
key
Example · generated
function start() { storage.remove('w');}storage.remove 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.