2012-06-20 02:15:56 +02:00
|
|
|
Module
|
|
|
|
name: game_interface
|
|
|
|
description: Create the game interface, where the ingame stuff starts
|
|
|
|
author: OTClient team
|
|
|
|
website: www.otclient.info
|
2012-07-24 07:30:08 +02:00
|
|
|
sandboxed: true
|
2013-01-18 23:39:11 +01:00
|
|
|
scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ]
|
2012-07-18 01:49:21 +02:00
|
|
|
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
|
2012-07-18 01:49:21 +02:00
|
|
|
- game_market
|
2012-10-07 03:24:06 +02:00
|
|
|
- game_spelllist
|
2012-10-09 03:43:52 +02:00
|
|
|
- game_cooldown
|
2012-11-27 14:48:48 +01:00
|
|
|
- game_modaldialog
|
2015-01-18 15:14:07 +01:00
|
|
|
- game_unjustifiedpoints
|
2012-07-24 07:30:08 +02:00
|
|
|
@onLoad: init()
|
|
|
|
@onUnload: terminate()
|