Game Development Community

Calling dglPointToScreen() from Script?

by Nachi Lau · in Torque Game Engine · 12/09/2003 (1:45 am) · 3 replies

Hello All,

I don't know how can I call function dglPointToScreen() from my script. Can anyone give me a clue? Thanks!!!

Nachi

#1
12/09/2003 (3:47 am)
Add a ConsoleFunction to wrap it.
#2
12/09/2003 (11:13 am)
You mean Con::dglPointToScreen() or what?

Nachi
#3
12/09/2003 (5:39 pm)
Grep the source for 'ConsoleFunction' and see what you get. It ought to be enough to get you started.