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