WardrobeScreen
WardrobeScreen
Description
Character Selection Screen.
Parent
Functions
removeActionEvents
Description
Remove non-GUI input action events.
Definition
removeActionEvents()
Code
function WardrobeScreen:removeActionEvents()
g_inputBinding:removeActionEvent( self.eventIdLeftRightController)
self.eventIdLeftRightController = nil
end