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
  • 14:51, 21 December 2023 Tayfunwiki talk contribs created page Uncles (Created page with "== <code>Uncles</code> Method in Actor Class == === Overview === The <code>Uncles</code> method in the <code>Actor</code> class is designed to retrieve the uncles of an actor. It includes an option to incorporate both living and deceased uncles based on the provided parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Uncles(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): This flag...") Tag: Visual edit