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