Grandchildren: 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.

21 December 2023

  • curprev 14:4314:43, 21 December 2023Tayfunwiki talk contribs 2,327 bytes −30 No edit summary Tag: Visual edit
  • curprev 14:4214:42, 21 December 2023Tayfunwiki talk contribs 2,357 bytes +2,357 Created page with "== <code>Grandchildren</code> Method in Actor Class == === Overview === The <code>Grandchildren</code> method in the <code>Actor</code> class is designed to retrieve the grandchildren of an actor. It offers the option to include or exclude deceased grandchildren based on a specified parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Grandchildren(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive<..." Tag: Visual edit