Game Development Community

If statements...what are they?

by kc_0045 · in Torque Game Engine · 02/01/2004 (10:23 am) · 2 replies

Hey im having some problems with ifs what are alll the things you can use? all i no is == , $= , != and then greater then ones. choud some one post them all? ty bye!

#1
02/02/2004 (3:19 pm)
I recommend getting a C++ programming book, any such book will answer this question in detail within the first chapter or two. Alternatively, searching on google for C++ reference will get you many excellent resources on this and other syntax questions.

TorqueScript uses the same basic syntax as C++, so the IF statement information will be the same for both.
#2
02/02/2004 (4:09 pm)
If you're talking about scripting and if staments, I'd recommend tork.beffy.de/uploads/liquid.net/