Family: 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:4706:47, 22 December 2023Tayfunwiki talk contribs 2,372 bytes +19 No edit summary Tag: Visual edit
  • curprev 06:4506:45, 22 December 2023Tayfunwiki talk contribs 2,353 bytes +2,353 Created page with "== <code>Family</code> Property in Actor Class == === Overview === The <code>Family</code> property in the <code>Actor</code> class indicates the family to which the actor belongs. It is crucial for defining the actor's familial connections and heritage within the game. === Syntax === <syntaxhighlight lang="c#"> public Family Family => _overrideOrigin ?? _origin; </syntaxhighlight> === Description === * Property Type: <code>Family</code>. This property is of the type..." Tag: Visual edit