Life Cycle
main()
function main()
...
return number
endReturn Value
Meaning
on_frame()
function on_frame()
...
endBehavior
Meaning
on_unload()
function on_unload()
...
end◆ Execution Flow
◆ Example #1 — Persistent Script
◆ Example #2 — One-shot Script
◆ Engine Notes
Last updated