Policy.onPolicyNameChanged: 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.

5 January 2024

  • curprev 10:1510:15, 5 January 2024Tayfunwiki talk contribs 2,012 bytes +2,012 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