Kill: Revision history

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.

9 February 2024

4 January 2024

  • curprev 19:5019:50, 4 January 2024Tayfunwiki talk contribs 2,273 bytes +2,273 Created page with "== <code>Kill</code> Method in Scheme Class == === Overview === The <code>Kill</code> method in the Scheme class is used to terminate a scheme immediately. This method is crucial for stopping the progression of a scheme, especially in scenarios where the scheme's continuation is no longer relevant or desired within the game's context. === Syntax === <syntaxhighlight lang="c#"> public void Kill(bool dontGoEnd = false) </syntaxhighlight> === Description === * Parameter..." Tag: Visual edit