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

22 December 2023

  • curprev 07:1607:16, 22 December 2023Tayfunwiki talk contribs 2,173 bytes +2,173 Created page with "== <code>HeirOverridden</code> Property in Actor Class == === Overview === The <code>HeirOverridden</code> property in the <code>Actor</code> class indicates whether the heir designated for the actor has been overridden. This property is crucial for tracking custom or exceptional heir assignments in games where inheritance, succession, or family dynamics are significant. === Syntax === <syntaxhighlight lang="c#"> public bool HeirOverridden => _overrideHeir != null; </s..." Tag: Visual edit