All public logs

Combined display of all available logs of Intrigues Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:35, 4 January 2024 Tayfunwiki talk contribs created page OnMemberJoin (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