Back to Home

ESO Lua File v101041

ingame/help/keyboard/helpscreentemplate_keyboard.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
9
10
ZO_HelpScreenTemplate_Keyboard = ZO_InitializingObject:Subclass()
function ZO_HelpScreenTemplate_Keyboard:Initialize(control, data)
     self.control = control
     control.owner = self
     if data then 
          HELP_CUSTOMER_SUPPORT_KEYBOARD:AddCategory(data)
     end
end