OnClanNameChanged: 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.

4 January 2024

  • curprev 20:2720:27, 4 January 2024Tayfunwiki talk contribs 2,403 bytes 0 No edit summary Tag: Visual edit
  • curprev 20:2720:27, 4 January 2024Tayfunwiki talk contribs 2,403 bytes +2,403 Created page with "== <code>onClanNameChanged</code> Event in Clan Class == === Overview === The <code>onClanNameChanged</code> event in the Clan class is triggered when the name of the clan is altered. This event is crucial for monitoring and responding to changes in the identity and representation of the clan within the game. === Event Definition === <syntaxhighlight lang="c#"> public event Action<string> onClanNameChanged; </syntaxhighlight> === Description === * Delegate Type: <cod..." Tag: Visual edit