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 20:3520:35, 4 January 2024Tayfunwiki talk contribs 2,560 bytes +2,560 Created page with "== <code>onMemberJoin</code> Event in Clan Class == === Overview === The <code>onMemberJoin</code> event in the Clan class is triggered when a new member joins the clan. This event is crucial for recognizing and responding to changes in the clan's membership within the game's world. === Event Definition === <syntaxhighlight lang="c#"> public Action<Actor> onMemberJoin; </syntaxhighlight> === Description === * Delegate Type: <code>Action<Actor></code> * Purpose: Notif..." Tag: Visual edit