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:39, 4 January 2024 Tayfunwiki talk contribs created page OnTargetChanged (Created page with "== <code>onTargetChanged</code> Event in Scheme Class == === Overview === The <code>onTargetChanged</code> event in the Scheme class is triggered when there is a change in the target actor of a scheme. This event allows the game to dynamically respond to alterations in the scheme's target. === Event Definition === <syntaxhighlight lang="c#"> public static event Action<Scheme, Actor> onTargetChanged; </syntaxhighlight> === Description === * Parameters: ** <code>Scheme...") Tag: Visual edit