Heir: 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 06:5106:51, 22 December 2023Tayfunwiki talk contribs 2,279 bytes +2,279 Created page with "== <code>Heir</code> Property in Actor Class == === Overview === The <code>Heir</code> property in the <code>Actor</code> class is designed to identify the heir of an actor, a key element in games involving lineage, inheritance, and succession. === Syntax === <syntaxhighlight lang="c#"> public Actor Heir { get { // logic to determine the heir } } </syntaxhighlight> === Description === * Property Type: <code>Actor</code>. The <code>Heir</code> property..." Tag: Visual edit