2011-08-20 22:30:41 +02:00
|
|
|
Module
|
2012-02-06 20:19:47 +01:00
|
|
|
name: client_terminal
|
2012-01-07 18:36:58 +01:00
|
|
|
description: Terminal for executing lua functions
|
2011-08-20 22:30:41 +02:00
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2012-02-06 20:19:47 +01:00
|
|
|
autoload: true
|
|
|
|
autoload-antecedence: 160
|
2011-12-05 19:27:07 +01:00
|
|
|
|
2011-08-20 22:30:41 +02:00
|
|
|
onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'terminal'
|
|
|
|
dofile 'commands'
|
2012-01-07 18:36:58 +01:00
|
|
|
Terminal.init()
|
2011-08-20 22:30:41 +02:00
|
|
|
|
|
|
|
onUnload: |
|
2012-01-07 18:36:58 +01:00
|
|
|
Terminal.terminate()
|