mirror of
				https://github.com/OTCv8/otclientv8.git
				synced 2025-10-31 10:56:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Module
 | |
|   name: game_interface
 | |
|   description: Create the game interface, where the ingame stuff starts
 | |
|   author: OTClient team
 | |
|   website: https://github.com/edubart/otclient
 | |
|   sandboxed: true
 | |
|   scripts: [ widgets/uigamemap, gameinterface ]
 | |
|   load-later:
 | |
|     - game_buttons
 | |
|     - game_hotkeys
 | |
|     - game_questlog
 | |
|     - game_textmessage
 | |
|     - game_console
 | |
|     - game_outfit
 | |
|     - game_healthinfo
 | |
|     - game_skills
 | |
|     - game_inventory
 | |
|     - game_containers
 | |
|     - game_viplist
 | |
|     - game_battle
 | |
|     - game_minimap
 | |
|     - game_npctrade
 | |
|     - game_textwindow
 | |
|     - game_playertrade
 | |
|     - game_bugreport
 | |
|     - game_playerdeath
 | |
|     - game_playermount
 | |
|     - game_ruleviolation
 | |
|     - game_market
 | |
|     - game_spelllist
 | |
|     - game_cooldown
 | |
|     - game_modaldialog
 | |
|     - game_unjustifiedpoints
 | |
|     - game_walking
 | |
|     - game_shop
 | |
|     - game_itemselector
 | |
|     - client_textedit
 | |
|     - client_profiles
 | |
|     - game_actionbar
 | |
|     - game_prey
 | |
|     - game_imbuing
 | |
|     - game_stats
 | |
|     - game_shaders
 | |
|     - game_bot
 | |
|   @onLoad: init()
 | |
|   @onUnload: terminate()
 | 
