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 20:3820:38, 4 January 2024Tayfunwiki talk contribs 2,625 bytes +2,625 Created page with "== <code>onMemberLeave</code> Event in Clan Class == === Overview === The <code>onMemberLeave</code> event in the Clan class is activated when a member leaves the clan. This event is crucial for acknowledging and responding to changes in the clan's composition within the game's world. === Event Definition === <syntaxhighlight lang="c#"> public event Action<Actor> onMemberLeave; </syntaxhighlight> === Description === * Delegate Type: <code>Action<Actor></code> * Purpo..." Tag: Visual edit