Game Development Community

GameSetCameraFov' in TGE is not in TGEA

by Nicolai Dutka · in Torque Game Engine Advanced · 07/20/2008 (4:54 pm) · 2 replies

I am trying to implement some source code changes to TGEA using resources written for TGE. I am almost done getting everything written properly in code, but I seem to be missing a couple things:

1. 'isServerConnection' in TGE needs to be 'isConnectionToServer' in TGEA
2. 'GameSetCameraFov' in TGE needs to be ________________ in TGEA

Can anyone tell me what goes in that blank? Using 'GameSetCameraFov' gives me an error for "undeclared identifier".

#1
07/20/2008 (6:05 pm)
I've never heard of GameSetCameraFov, are you sure it isn't setCameraFov()?
#2
07/20/2008 (6:11 pm)
I'm looking at engine code, not console commands.

I found what I was looking for though... 'GameSetCameraFov' in TGE was changed to 'setControlCameraFov'. Again, this is C++ source code, NOT console commands.