otclient/modules/core_lib/core_lib.otmod
Eduardo Bart fae2cc6481 new scripting functionality
* dofiles functions to run all scripts inside a directory
* new style option ! that evaluates its value from a lua code
2012-04-26 12:11:03 -03:00

25 lines
478 B
Plaintext

Module
name: core_lib
description: Contains core lua classes, functions and constants used by other modules
author: OTClient team
website: https://github.com/edubart/otclient
autoload: true
autoload-priority: 10
reloadable: false
@onLoad: |
dofiles 'ext'
dofiles 'math'
dofile 'const'
dofile 'util'
dofile 'globals'
dofile 'settings'
dofile 'keyboard'
dofile 'mouse'
dofile 'string'
dofiles 'ui'
dofiles 'widgets'