GetClan: 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 12:1512:15, 5 January 2024Tayfunwiki talk contribs 1,401 bytes +1,401 Created page with "=== IM Class - <code>GetClan</code> Method === ==== Overview ==== The <code>GetClan</code> method in the IM class is used to retrieve a clan within the game based on its name or ID. ==== Syntax ==== <syntaxhighlight lang="c#"> public static Clan GetClan(string clanNameOrID); </syntaxhighlight> ==== Description ==== This method searches for a clan in the game's active clan list using either the clan's name or its unique ID. If a match is found, it returns the correspon..." Tag: Visual edit