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. '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".
#2
I found what I was looking for though... 'GameSetCameraFov' in TGE was changed to 'setControlCameraFov'. Again, this is C++ source code, NOT console commands.
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.
Torque 3D Owner Morrock