GetMembers: 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:4520:45, 4 January 2024Tayfunwiki talk contribs 2,819 bytes +2,819 Created page with "== <code>GetMembers</code> Method in Clan Class == === Overview === The <code>GetMembers</code> method in the Clan class retrieves all members of a clan that match a specific role. This method is essential for filtering and accessing clan members based on their roles within the clan's structure. === Method Definition === <syntaxhighlight lang="c#"> public IEnumerable<Actor> GetMembers(string roleFilter, bool inclusivePassive = false) </syntaxhighlight> === Description..." Tag: Visual edit