All public logs

Combined display of all available logs of Intrigues Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:36, 4 January 2024 Tayfunwiki talk contribs created page OnConspiratorChanged (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