Game Development Community

Server commands

by _____ · in Torque Game Engine · 09/21/2005 (11:54 am) · 3 replies

Is there a command that i can send to the server to clear it of all previous commands sent?

and is there maybe a page were i can see these commands

#1
09/21/2005 (5:01 pm)
No; once commands are sent you're pretty much committed.

Server commands all have serverCmd in front of them. Just use find in files or wingrep to get a list. They're different for different mods, games, etc.
#2
09/21/2005 (6:12 pm)
^ Or use TorqueDev to easily search all the functions and objects used in your program :)
#3
09/22/2005 (10:09 am)
Sam's right. There's also dumpConsoleClasses();/dumpConsoleFunctions();