HasAunt: 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 04:5704:57, 23 December 2023Tayfunwiki talk contribs 2,126 bytes +2,126 Created page with "== <code>HasAunt</code> Property in Actor Class == === Overview === The <code>HasAunt</code> property in the <code>Actor</code> class is a boolean value indicating whether the actor has any living aunts. This property is important in games where extended family relationships, such as those with aunts, are significant to the narrative, character development, or gameplay. === Syntax === <syntaxhighlight lang="c#"> public bool HasAunt => Aunts(false).Any(); </syntaxhighli..." Tag: Visual edit