Game Development Community

Description error in consoleFunctions.cc

by Claude-Alain Fournier · in Torque Game Engine · 11/03/2004 (11:02 pm) · 3 replies

Not a bug as such.

In file engine/console/consoleFunctions.cc

the strlen function need only one parameters, description is wrong. cut & paste bug ;)

ConsoleFunction(strlen, S32, 2, 2, "(string one [b] , string two [/b] )")
{
   argc;
   return dStrlen(argv[1]);
}

#1
11/03/2004 (11:53 pm)
Hmm... Good eye. I'll fix this tomorrow.
#2
11/04/2004 (12:17 pm)
Ugh, sick. Will fix it Friday. Sorry.
#3
11/19/2004 (11:06 am)
Ok, fixed.