Skip to main content

CharacterClearOwnership

Callable

  • CharacterClearOwnership(C: Character, push?: boolean): void

  • Clears a character's ownership.

    If the character is the player, this will also cleanup rules, owner-locked items, and trigger a server ownership break-up.


    Parameters

    • C: Character

      The character breaking from their owner

    • push: boolean = true

      Whether to push the data to the server

    Returns void

    • Nothing.