Family.OnMemberJoin: 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.

4 January 2024

  • curprev 21:4321:43, 4 January 2024Tayfunwiki talk contribs 2,126 bytes +2,126 Created page with "== <code>onMemberJoin</code> Event in Family Class == === Overview === The <code>onMemberJoin</code> event in the Family class is triggered when a new member joins the family. This event is particularly relevant in games where family dynamics, lineage, and relationships play a significant role in the gameplay and narrative. === Event Definition === <syntaxhighlight lang="c#"> public Action<Actor> onMemberJoin; </syntaxhighlight> === Description === * Event Type: <cod..." Tag: Visual edit