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
  • 10:15, 5 January 2024 Tayfunwiki talk contribs created page Policy.onPolicyNameChanged (Created page with "=== Policy Class - <code>onPolicyNameChanged</code> Event === ==== Overview ==== The <code>onPolicyNameChanged</code> event in the Policy class is triggered when the name of a policy is changed. It's useful for updating UI elements or other game components that depend on the policy name. ==== Syntax ==== <syntaxhighlight lang="c#"> public event Action<string> onPolicyNameChanged; </syntaxhighlight> ==== Description ==== This event is attached to a specific policy and...") Tag: Visual edit