Game Development Community

Threading with TorqueScript

by Leonardo Ferrer · in Torque Game Engine · 07/12/2007 (6:25 pm) · 2 replies

Is it possible to use multithreading with Torque Script or it has to be implemented directly in the C++ code?

#1
07/13/2007 (6:50 am)
You will have to implement it in the C++ code. And it will be a bit of work.
#2
07/13/2007 (8:24 am)
Thanks David. I guess I have to make a lot of research.