2012-02-20 03:27:08 +01:00
|
|
|
Module
|
|
|
|
name: client
|
|
|
|
description: Initialize the client and setups its main window
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
|
|
|
autoload: true
|
|
|
|
autoload-priority: 100
|
2012-03-23 14:48:05 +01:00
|
|
|
reloadable: false
|
2012-02-20 03:27:08 +01:00
|
|
|
|
|
|
|
load-later:
|
|
|
|
- client_topmenu
|
|
|
|
- client_background
|
2012-03-16 14:28:29 +01:00
|
|
|
//- client_about
|
2012-02-20 03:27:08 +01:00
|
|
|
- client_options
|
|
|
|
- client_terminal
|
|
|
|
- client_modulemanager
|
|
|
|
- client_entergame
|
2012-03-18 14:34:39 +01:00
|
|
|
- game
|
2012-02-20 03:27:08 +01:00
|
|
|
|
|
|
|
@onLoad: |
|
|
|
|
dofile 'client'
|
|
|
|
Client.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
Client.terminate()
|