Skip to main content

CharacterAppearanceResolveSync

Callable

  • CharacterAppearanceResolveSync(C: Character, currentAppearance: readonly Item[]): 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