Clan (1)

All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.

  • Called after a player has accepted a clan invite.

  • Returning a non-null value cancels default behavior.

  • This hook is compatible within Carbon and Oxide.

  • Patches LocalClanDatabase.AcceptInvite of Rust.Clans.Local.dll.

Example
void OnClanMemberAdded()
{
    Puts("OnClanMemberAdded was called!");
}

Last updated