Game Development Community

Print functions?

by Adam Johnston · in Torque Game Builder · 05/31/2006 (10:57 am) · 5 replies

I was looking for print functions
but I was unable to get information

Some advice please?

#1
05/31/2006 (11:20 am)
Not sure what kind of printing you are expecting, but echo(), warn(), and error() all print to the console. (hit "~" key, and see console.log) There is a screen capture function. See screenshot.cs file
#2
05/31/2006 (11:58 am)
Hi ALex, I was talking about printing in a printer
just text output, nothing fancy.
Search only spots one thread for TGE :(
#3
05/31/2006 (12:02 pm)
Ah, I haven't seen anything like that either. Maybe launch an .html file and use javascript to run the print function in user's web browser?
#4
05/31/2006 (1:58 pm)
Actually my hopes are in making a win32 only simple wrapper
to lauch, just don't want to reinvent the wheel again...
#5
05/31/2006 (2:01 pm)
Yeah that's why I suggested launching the file to print in a web browser. Then the user can do all the usual stuff like select printer, resize font, orientation, etc.