What it does
glow.enable acts on glow: it enables. It takes bool.
Signature
glow.enable(bool)Arguments
bool
Example · generated
function start() { glow.enable(true);}glow.enable 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.