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.

  • No return 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