Where is ConsoleDynamicTypes in 1.4
by Stephane Savioz · in Torque Game Engine · 11/17/2005 (2:02 am) · 2 replies
Does somebody know what happened with the enum ConsoleDynamicTypes { in The 1.4 version of Torque ?
I canno find it in the code...
I canno find it in the code...
#2
like
/// @param type The type of the C++ variable; see the ConsoleDynamicTypes enum for a complete list.
/// @param pointer Pointer to the variable.
/// @see ConsoleDynamicTypes
in console.h and consoleobject.h
it is confusing !!!
11/17/2005 (12:31 pm)
Thanks, then some comments on the code need to be changed...like
/// @param type The type of the C++ variable; see the ConsoleDynamicTypes enum for a complete list.
/// @param pointer Pointer to the variable.
/// @see ConsoleDynamicTypes
in console.h and consoleobject.h
it is confusing !!!
Torque 3D Owner Tom Bampton