Terminate: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 January 2024

  • curprev 05:2405:24, 7 January 2024 Doom64hunter talk contribs 1,155 bytes +38 No edit summary
  • curprev 05:2405:24, 7 January 2024 Doom64hunter talk contribs 1,117 bytes +1,117 Created page with "The '''terminate''' command is used to exit the current state early, without propagating down the entire call chain. By contrast, the return command propagates along a call chain of states and completely terminates the execution of the innermost event or actor code. For clarity, this should be used instead of the break command. == Examples == When the following code snippet is run, quote 125 ("SPAWNED HEAVYHBOMB") and quote 126 ("RAN EVENT_EGS") a..."