Game Development Community

Variables

by Jeramy79 · in Torque Game Builder · 05/15/2008 (1:17 pm) · 1 replies

I know that TorqueScript doesn't have to have variables defined before you use them, but would it speed things up if you did?

#1
05/15/2008 (1:25 pm)
Not really. Since you would have to define them in the same statement body as they are used, you would simply be spending the time just a few milliseconds earlier to do the same task.