2012-02-20 03:27:08 +01:00
|
|
|
Module
|
|
|
|
name: client
|
|
|
|
description: Initialize the client and setups its main window
|
2012-05-01 15:06:38 +02:00
|
|
|
author: edubart
|
|
|
|
website: www.otclient.info
|
2012-03-23 14:48:05 +01:00
|
|
|
reloadable: false
|
2013-01-16 19:46:42 +01:00
|
|
|
sandboxed: true
|
|
|
|
scripts: [ client ]
|
|
|
|
@onLoad: init()
|
|
|
|
@onUnload: terminate()
|
2012-02-20 03:27:08 +01:00
|
|
|
|
|
|
|
load-later:
|
2013-01-18 23:39:11 +01:00
|
|
|
- client_styles
|
2012-04-26 04:57:56 +02:00
|
|
|
- client_locales
|
2012-04-27 06:54:14 +02:00
|
|
|
- client_topmenu
|
2012-02-20 03:27:08 +01:00
|
|
|
- client_background
|
|
|
|
- client_options
|
2013-02-28 22:39:27 +01:00
|
|
|
- client_entergame
|
2012-02-20 03:27:08 +01:00
|
|
|
- client_terminal
|
|
|
|
- client_modulemanager
|
2013-02-23 12:41:21 +01:00
|
|
|
- client_serverlist
|
2012-11-29 02:47:26 +01:00
|
|
|
//- client_stats
|