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:15, 4 January 2024 Tayfunwiki talk contribs created page Members (Created page with "== <code>Members</code> Property in Clan Class == === Overview === The <code>Members</code> property in the Clan class provides a collection of actors who are part of the clan. This property is crucial for representing the clan's population and its individual members within the game's world. === Property Definition === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Members => members; </syntaxhighlight> === Description === * Type: <code>IEnumerable<Actor></cod...") Tag: Visual edit