Torque 1.5 New Console Method getCenter.
by Peterjohn Griffiths · in Torque Game Engine · 12/07/2006 (6:40 pm) · 2 replies
Anyone know how the new console method in Torque 1.5 "getCenter()" works. I need to find the center of a checkpoint and thought it was be as easy as
I can't seem to find any info on this console method either.
Many thanks in advance.
checkpoint1.getcenter();but that didn't work.
I can't seem to find any info on this console method either.
Many thanks in advance.
Torque 3D Owner mb
but maybe checkpoint1.getWorldBoxCenter() will work for you?