Game Development Community

TGB .cpp instead of .cs behaviors?

by Cambesa · in General Discussion · 03/11/2009 (4:01 pm) · 2 replies

is it posible to use .cpp files instead of .cs files for the behavior scripts in torque game builder? because i know more about c++ then c#.
thanks in advance.

About the author

Recent Threads


#1
03/11/2009 (4:07 pm)
The .cs files are not C# files. They are TourqeScript files. GG used this extension before C# was in use.
#2
03/11/2009 (4:08 pm)
and torque script is a modified version of c++ what has torque engine commands am i right?

so if i just do almost the same as c++ and learn the commands it should work?

i hope so, thanks for the answer.