Skip to main content

InventoryLoadCompressedData

Callable

  • InventoryLoadCompressedData(C: Character, Data: string): void

  • Loads the current inventory for a character, based on compressed data


    Parameters

    • C: Character

      The character on which we should load the inventory

    • Data: string

      The string of data to load

    Returns void