2012-02-07 04:32:15 +01:00
|
|
|
Module
|
|
|
|
name: game_hotkeys
|
|
|
|
description: Manage client hotkeys
|
2012-07-12 18:45:22 +02:00
|
|
|
author: andrefaramir, BeniS
|
2012-05-01 15:06:38 +02:00
|
|
|
website: www.otclient.info
|
2012-03-22 22:47:52 +01:00
|
|
|
|
2012-02-07 04:32:15 +01:00
|
|
|
dependencies:
|
2012-06-20 02:15:56 +02:00
|
|
|
- game_interface
|
2012-03-22 22:47:52 +01:00
|
|
|
|
|
|
|
@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()
|