Copy parameter when making new object
by Phil Shenk · in Torque Game Builder · 07/10/2005 (9:43 pm) · 3 replies
In the Torque script reference, it says about object:
// In TorqueScript
%var = new ObjectType(Name : CopySource, arg0, ..., argn)
{
....But I'm having trouble figuring out how to use the "copySouce" parameter. Maybe it doesn't work with scriptObjects? I'm trying to do this:$copiedObject = new simSet("name" : $sourceObject);Doesn't seem to work :(About the author
Torque Owner Brian Painter
Scrith Productions
See post May 31, 2005 12:02 on this thread
www.garagegames.com/mg/forums/result.thread.php?qt=30610