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:43, 21 December 2023 Tayfunwiki talk contribs created page Grandparents (Created page with "== <code>Grandparents</code> Method in Actor Class == === Overview === The <code>Grandparents</code> method in the <code>Actor</code> class retrieves the grandparents of an actor. It allows for the inclusion or exclusion of deceased grandparents based on the provided parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Grandparents(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): A...") Tag: Visual edit