Skip to main content

CharacterAppearanceResolveItem

Callable

  • CharacterAppearanceResolveItem(BaseItem: Item, PrevItem: Item, NewItem: Item): Item

  • Select from two potential changes to an item, preferring the newer if different to the original item


    Parameters

    • BaseItem: Item

      The item before any changes were made

    • PrevItem: Item

      The first item change

    • NewItem: Item

      The second item change

    Returns Item

    • The item to keep