Game Development Community

Console Grammer files

by Jody Byrd · in Torque Game Engine · 08/31/2006 (2:46 pm) · 2 replies

In the console subsystem:

What is the difference between BASgram/scan and CMDgram/scan?

I can only find console.h calling CMDgram.h. So then, what is BASgram for?

#1
08/31/2006 (3:30 pm)
The BAS stuff is TorqueBasic. It's an experiment of mine that somehow ended up in stock. It has some educational value for figuring out how the console works at the compiler level, but there is little if any practical use for it.
#2
08/31/2006 (5:19 pm)
Ah, I seem to remember that now from way back. I didn't know it was in the release.