All public logs

Combined display of all available logs of Intrigues Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:45, 4 January 2024 Tayfunwiki talk contribs created page GetMembers (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