echo($o @"(" @ isObject($0)@")");
by rennie moffat · in Torque Game Builder · 10/27/2009 (2:47 pm) · 4 replies
==>$o.delete();
==>echo($o @ "(" @ isObject($o) @ ")");
2966(0)I am wondering specifically what the " means in this echo statement also the @. Do they have real significance?
About the author
My thanks to Garage Games and the Garage Games Community combined with owned determination I got one game up, Temple Racer and I am looking to build more interesting, fun games for the mass market of the iOS app store.
#2
that code is from I believe the Sim set Inheritance page.
I understand that it mostly means nothing, but what I wondering is what is it trying to say? Something comparable to this? That would answer what I need to know.
10/27/2009 (3:20 pm)
oh no, that code is from I believe the Sim set Inheritance page.
I understand that it mostly means nothing, but what I wondering is what is it trying to say? Something comparable to this? That would answer what I need to know.
$Spacer3000.delete(); if ($Spacer3000.getLinearVelocity($Spacer3000Velocity)); 2966(0) ///I have nothing comparable for this line. ///Could you explain it please?
#3
rennie, please read YOUR OWN THREADS where friendy people explained this string operator to you in detail some days ago and please stop spamming this forum.
10/27/2009 (5:17 pm)
Quote:also the @. Do they have real significance?
rennie, please read YOUR OWN THREADS where friendy people explained this string operator to you in detail some days ago and please stop spamming this forum.
#4
Thanks.
Ren
10/27/2009 (8:04 pm)
Ok. My bad, did not realize I had been informed. My apologies, i will try better to bot repost questions. Thanks.
Ren
Torque 3D Owner Seb
tdn.garagegames.com/wiki/TorqueScript_Quick_Reference#Operators
and here
tdn.garagegames.com/wiki/TorqueScript#Strings:
The TDN pages "TorqueScript Quick Reference" and "TorqueScript Overview" are your friends for many questions you might have.
And a little hint: I'm not sure where you have found that line of code, but usually programmers don't put caracters without real significance in their code, except for the comments. It's the kind of things I do even though I try not to, but not the kind of things you find in codes written by skilled people.