Family.OnMemberLeave: 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 22:4322:43, 4 January 2024Tayfunwiki talk contribs 2,194 bytes +2,194 Created page with "== <code>onMemberLeave</code> Event in Family Class == === Overview === The <code>onMemberLeave</code> event in the Family class is invoked when a member leaves the family. This event is particularly important in games where the dynamics of family membership, alliances, and relationships significantly influence the gameplay and story. === Event Definition === <syntaxhighlight lang="c#"> public event Action<Actor> onMemberLeave; </syntaxhighlight> === Description ===..." Tag: Visual edit