Children: 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 11:5211:52, 21 December 2023Tayfunwiki talk contribs 2,142 bytes +2,142 Created page with "== <code>Children</code> Method in Actor Class == === Overview === The <code>Children</code> method in the <code>Actor</code> class is designed to retrieve the children of an actor. It offers the flexibility to include or exclude deceased children based on a specified parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Children(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): A boo..." Tag: Visual edit