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

24 December 2023

  • curprev 07:4507:45, 24 December 2023Tayfunwiki talk contribs 1,909 bytes +1,909 Created page with "== <code>SetInheritor</code> Method in Actor Class == === Overview === The <code>SetInheritor</code> method is designed to set the inheritor status of an actor. This function is key in games where inheritance plays a role in the storyline, character progression, or gameplay mechanics. === Syntax === <syntaxhighlight lang="c#"> public void SetInheritor(bool inheritor) </syntaxhighlight> === Parameters === * inheritor (bool): Determines the inheritor status of the acto..." Tag: Visual edit