-->
Page 1 of 1

module.start

PostPosted: Fri Jun 28, 2019 6:59 am
by faramon
Hi,

what module.start means in lua modular program?
I have init that include some config file and app file.
Config is just variable initialized.
Second include is app.
then app.start
I do not have start function into app. What this means?
And do i need to put module and return it in all scripts?

I'am new in Lua, didn't work in Lua for 2 years...
Thanx