otclient/modules/corelib/corelib.otmod
Eduardo Bart f289db3a9e Module sandboxing system
Sandboxing makes module scripts run inside an isolated lua environments,
making more easier and secure to script

Move and rework TextMessage using the new sandbox system
2012-07-19 06:15:23 -03:00

21 lines
395 B
Plaintext

Module
name: corelib
description: Contains core lua classes, functions and constants used by other modules
author: OTClient team
website: www.otclient.info
reloadable: false
@onLoad: |
dofile 'math'
dofile 'string'
dofile 'table'
dofile 'const'
dofile 'util'
dofile 'globals'
dofile 'settings'
dofile 'keyboard'
dofile 'mouse'
dofiles 'ui'