In my project, sometime i must use "Code Dependencies" to make some Class work. My question is how classes order when it preload inside Gideros ? Can i avoid Code Dependencies by change file name? change class name or change imported order (order of create new file) in Gideros project?
Thanks @ar2rsawseen for Call Order tab tip! After experiment I think the order is : 1. init.lua Then file name by A-Z Then Folder by A-Z Last one is main.lua
Comments
But in CodeDependencies there is a Call Order tab
so you can experiment and see
Likes: vitalitymobile
After experiment I think the order is :
1. init.lua
Then file name by A-Z
Then Folder by A-Z
Last one is main.lua
Likes: ar2rsawseen