2012-02-07 04:32:15 +01:00
|
|
|
Module
|
|
|
|
name: game_hotkeys
|
|
|
|
description: Manage client hotkeys
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2012-03-22 22:47:52 +01:00
|
|
|
|
2012-02-07 04:32:15 +01:00
|
|
|
dependencies:
|
2012-03-22 22:47:52 +01:00
|
|
|
- game
|
|
|
|
|
|
|
|
@onLoad: |
|
2012-02-08 09:12:46 +01:00
|
|
|
dofile 'hotkeys_manager'
|
2012-02-07 04:32:15 +01:00
|
|
|
HotkeysManager.init()
|
|
|
|
|
2012-03-22 22:47:52 +01:00
|
|
|
@onUnload: |
|
2012-02-07 04:32:15 +01:00
|
|
|
HotkeysManager.terminate()
|