Skip to main content

WardrobeSetCharacterName

Callable

  • WardrobeSetCharacterName(W: number, Name: string, Push?: boolean): void

  • Set a wardrobe character name, sync it with server


    Parameters

    • W: number

      The number of the wardrobe slot to save

    • Name: string

      The name of the wardrobe slot

    • optionalPush: boolean

      If set to true, the changes are pushed to the server

    Returns void