TGEA 1.7.0 Release - getServerConnection Invalid number of args
by Danni · in Torque Game Engine Advanced · 04/18/2008 (4:57 pm) · 0 replies
ConsoleStaticMethod(GameConnection, getServerConnection, S32, 2, 2, "() Get the server connection if any.")
Should be
ConsoleStaticMethod(GameConnection, getServerConnection, S32, 1, 1, "() Get the server connection if any.")