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

20 December 2023

19 December 2023

  • curprev 14:4214:42, 19 December 2023Tayfunwiki talk contribs 2,362 bytes −30 No edit summary Tag: Visual edit
  • curprev 14:4114:41, 19 December 2023Tayfunwiki talk contribs 2,392 bytes +2,392 Created page with "== <code>Parents</code> Method in Actor Class == === Overview === The <code>Parents</code> method in the <code>Actor</code> class is used to retrieve the parents of an actor. It allows for the inclusion or exclusion of deceased parents based on the specified parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Parents(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): A flag indicatin..." Tag: Visual edit