Policy.SetName: 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:2910:29, 5 January 2024Tayfunwiki talk contribs 1,595 bytes +1,595 Created page with "=== Policy Class - <code>SetName</code> Method === ==== Overview ==== The <code>SetName</code> method in the Policy class is used to change the name of a policy. ==== Syntax ==== <syntaxhighlight lang="c#"> public void SetName(string policyName) </syntaxhighlight> ==== Description ==== This method allows for dynamically updating the name of a policy during runtime. It is particularly useful when policies need to be renamed based on game events or player actions. ====..." Tag: Visual edit