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

4 January 2024

  • curprev 19:3619:36, 4 January 2024Tayfunwiki talk contribs 2,736 bytes +2,736 Created page with "== <code>onConspiratorChanged</code> Event in Scheme Class == === Overview === The <code>onConspiratorChanged</code> event in the Scheme class is triggered when the conspirator of a scheme is changed. This event provides a way to respond dynamically to changes in the scheme's initiator within the game. === Event Definition === <syntaxhighlight lang="c#"> public static event Action<Scheme, Actor> onConspiratorChanged; </syntaxhighlight> === Description === * Parameter..." Tag: Visual edit