Skip to main content

CharacterTransferItem

Callable

  • CharacterTransferItem(FromC, ToC, Group, Refresh): void

  • Transfers an item from one character to another


    Parameters

    • FromC: Character

      The character from which to pick the item

    • ToC: Character

      The character on which we must put the item

    • Group: AssetGroupName

      The item group to transfer (Cloth, Hat, etc.)

    • optionalRefresh: boolean = true

      Perform a character refresh

    Returns void

    • Nothing