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

23 December 2023

  • curprev 05:3805:38, 23 December 2023Tayfunwiki talk contribs 2,613 bytes +2,613 Created page with "== <code>IsGrandchild</code> Method in Actor Class == === Overview === The <code>IsGrandchild</code> method in the <code>Actor</code> class is used to determine whether the actor is a grandchild of another specified actor. This method is important in games where generational family relationships, such as those with grandchildren, are significant for the narrative, gameplay mechanics, or character interactions. === Syntax === <syntaxhighlight lang="c#"> public bool IsGr..." Tag: Visual edit