Chap 3 , page 110, item 7
by Robert J Smolenski · in Torque Game Engine · 11/04/2004 (9:06 am) · 1 replies
Chap 3 , page 110, item 7 says to type $tt = Inserttestshape();
what does the var tt represent???
thanks
what does the var tt represent???
thanks
Torque Owner NoobGank
$tt = Inserttestshape();
makes a global variable called $tt, equal to that shape. I think its a handle to the shape which represents the number of the object you've just created, i.e. 1388.
That help at all.