SetHeir: 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 12:4512:45, 23 December 2023Tayfunwiki talk contribs 2,431 bytes +66 No edit summary Tag: Visual edit
  • curprev 12:4212:42, 23 December 2023Tayfunwiki talk contribs 2,365 bytes +2,365 Created page with "== <code>SetHeir</code> Method in Actor Class == === Overview === The <code>SetHeir</code> method in the <code>Actor</code> class is designed to designate a specified actor as the heir to the current actor. This method is essential in games where succession, inheritance, and lineage are key elements of the gameplay, narrative, or character development. === Syntax === <syntaxhighlight lang="c#"> public void SetHeir(Actor actor) </syntaxhighlight> === Parameters === *..." Tag: Visual edit