Game Development Community

Getting current screen resolution

by Todd D. Degani · in Torque Game Engine · 05/02/2005 (9:04 am) · 2 replies

Is the proper method of obtaining the current screen resolution through using $pref::Video::resolution or is there something else I should be using?

#1
05/02/2005 (9:10 am)
GetRes, I think?
#2
05/02/2005 (9:24 am)
Thanks, I missed that console function when I was looking through them.