sm.gui.createCharacterCustomizationGui

Create a character customization GUI.

Kind: Function

Environments: Game

Game

sm.gui.createCharacterCustomizationGui( destroyOnClose )

Open the full Game reference

Availability: Client only

Note: Character customization gui has two magic callbacks Mouse drag cl_onDragZoneUsed ( number, number ) Mouse scroll cl_onDragZoneUsed ( number )

Parameters:

Name Type Description
destroyOnClose (optional) boolean If true the gui is destroyed when closed, otherwise the gui can be reused. (Defaults to false)

Returns:

Type Description
GuiInterface The gui interface to the created gui.