Skip to main content
Skip to main content

WardrobeScreen

WardrobeScreen

Description

Character Selection Screen.

Parent

TabbedMenuWithDetails

Functions

removeActionEvents

Description

Remove non-GUI input action events.

Definition

removeActionEvents()

Code

function WardrobeScreen:removeActionEvents()
g_inputBinding:removeActionEvent( self.eventIdLeftRightController)
self.eventIdLeftRightController = nil
end