IsAunt: 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:2805:28, 23 December 2023Tayfunwiki talk contribs 2,494 bytes +2,494 Created page with "== <code>IsAunt</code> Method in Actor Class == === Overview === The <code>IsAunt</code> method in the <code>Actor</code> class is designed to determine whether the actor is an aunt of another specified actor. This method is crucial in games where extended family relationships, such as those with aunts, play a significant role in the narrative, gameplay mechanics, or character interactions. === Syntax === <syntaxhighlight lang="c#"> public bool IsAunt(Actor actor) => A..." Tag: Visual edit