Game Development Community

Argc; argv; ???

by Gonzo T. Clown · in Torque Game Engine · 04/26/2005 (3:46 pm) · 2 replies

I was noticing that not all of the ConsoleFunction/ConsoleMethod declarations contain these and after a look at the Engine docs it would appear they are no longer neccesary as of 1.3. Is this correct?

#1
04/26/2005 (4:07 pm)
This is correct. You don't need to list them if you don't use them.
#2
04/26/2005 (5:17 pm)
Thanks Pat.