Game Development Community

from which main.cs of full template execution starts?

by jahid57 · in Torque 3D Public · 05/31/2011 (1:56 am) · 1 replies

in the full template there is many main.cs.as a c++ programmer i want to know from which main.cs starts the execution of torque script.
and if possible than which main.cs is for what?may be i can get idea by reading them.but as a beginner i do not know much of the torque script's function.

#1
05/31/2011 (8:23 pm)
the engine will use which ever main.cs is in the same directory as the engine .exe file that was just clicked.

the engine expects a main.cs to be available in the working folder of the running application.