Echoing to console
by James Thompson · in Torque Game Engine · 04/12/2006 (2:36 am) · 6 replies
How do you echo to the console from the engine?
Im doing
void InitNx();
and want it to return a line to the console saying its done
how?
Im doing
void InitNx();
and want it to return a line to the console saying its done
how?
About the author
Been a programmer for a few years, started when I was quite young and got into it so carried on through my life. Currently studying at Kent Uni in Canterbury.
Torque Owner Martin de Richelieu
commandToClient('echo', 'My Test');
Or you chould just create your own echo message and the call that. I don't know if there is a recomended way of doing this though.