Skip to main content

CharacterAppearanceResolveSync

Callable

  • CharacterAppearanceResolveSync(C, currentAppearance): void

  • Merge the incoming appearance changes from the online sync to the currently selected appearance


    Parameters

    • C: Character

      The character with changes to merge

    • currentAppearance: readonly Item[]

      The appearance before the sync's changes are applied

    Returns void

    • Nothing