tibia-client/modules/game_interface/interface.otmod

35 lines
797 B
Plaintext
Raw Normal View History

Module
name: game_interface
description: Create the game interface, where the ingame stuff starts
author: OTClient team
website: www.otclient.info
sandboxed: true
scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ]
load-later:
- game_hotkeys
- game_questlog
- game_textmessage
- game_console
- game_outfit
- game_healthinfo
- game_skills
- game_inventory
- game_combatcontrols
- game_containers
- game_viplist
- game_battle
- game_minimap
- game_npctrade
- game_textwindow
- game_playertrade
- game_bugreport
- game_playerdeath
- game_playermount
2013-01-27 10:44:15 +01:00
- game_ruleviolation
- game_market
- game_spelllist
2012-10-09 03:43:52 +02:00
- game_cooldown
- game_modaldialog
@onLoad: init()
@onUnload: terminate()