LUADOC - Farming Simulator 22

Script v1_7_1_0

Engine v1_7_1_0

Foundation Reference

WardrobeScreen

Description
Character Selection Screen.
Parent
TabbedMenuWithDetails
Functions

removeActionEvents

Description
Remove non-GUI input action events.
Definition
removeActionEvents()
Code
654function WardrobeScreen:removeActionEvents()
655 g_inputBinding:removeActionEvent(self.eventIdLeftRightController)
656 self.eventIdLeftRightController = nil
657end