Game Development Community

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...

#1
11/17/2005 (12:18 pm)
It got changed. Grep for DECLARE_CONSOLETYPE
#2
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 !!!