GetMember: 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:4920:49, 4 January 2024Tayfunwiki talk contribs 2,721 bytes +2,721 Created page with "== <code>GetMember</code> Method in Clan Class == === Overview === The <code>GetMember</code> method in the Clan class is designed to retrieve a specific member of the clan based on their role. This method is useful for identifying individual clan members who fulfill particular roles within the clan's structure. === Method Definition === <syntaxhighlight lang="c#"> public Actor GetMember(string roleFilter, bool inclusivePassive = false); </syntaxhighlight> === Descrip..." Tag: Visual edit