Inheritor: 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:5206:52, 22 December 2023Tayfunwiki talk contribs 2,362 bytes +2,362 Created page with "== <code>Inheritor</code> Property in Actor Class == === Overview === The <code>Inheritor</code> property in the <code>Actor</code> class indicates whether the actor is designated as an inheritor, a status that can be crucial in games that involve succession, inheritance, or lineage-based mechanics. === Syntax === <syntaxhighlight lang="c#"> public bool Inheritor { get; private set; } = true; </syntaxhighlight> === Description === * Property Type: <code>bool</code>...." Tag: Visual edit