Game Development Community

GetNodeTransform in scripts

by GarageGamer · in Torque Game Engine · 03/25/2004 (7:26 pm) · 4 replies

Hey all,

has anyone written code for "cgetNodeTransform" to make "getNodeTransform" of shapebase.cc avaliable in the scripts???

thanks much guys

#1
03/27/2004 (5:25 pm)
There are no cFunctions anymore. Everything uses ConsoleMethod or ConsoleFunction.

It's a trivial enough function it's possible no one has done it. Shouldn't take much effort to write.
#2
03/28/2004 (8:20 am)
Thanks ben

yea, its trivial .... i'd done it already
#3
03/28/2004 (8:28 am)
Well, actually, there still is cFunctions, there just ain't there before your preprocessor or Visual Assist, parses the Console macros... ;)
#4
03/28/2004 (8:35 am)
Good. :)

@Nic: Don't be pedantic or I'll change the macros. ;)