GetScheme: 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.

24 December 2023

  • curprev 07:3707:37, 24 December 2023Tayfunwiki talk contribs 2,214 bytes +2,214 Created page with "== <code>GetScheme</code> Method in Actor Class == === Overview === The <code>GetScheme</code> method is designed to retrieve an active scheme targeting a specific actor, if such a scheme exists. This function is key in games where monitoring and responding to ongoing schemes is crucial to gameplay and character strategy. === Syntax === <syntaxhighlight lang="c#"> public Scheme GetScheme(string schemeNameOrId, Actor target) </syntaxhighlight> === Parameters === * sch..." Tag: Visual edit