Adding script commands?
by Matthew Shapiro · in Torque Game Engine · 11/10/2001 (9:42 am) · 3 replies
I'm currently leanring MySQL and it's not htat hard. After a few more lessons and such I'm going to start adding mysql to the engine. I've seen the consolefunction command and such in the documentation but where do i put htese?
#2
11/10/2001 (11:35 am)
Someone else (maybe it was you :) ) wanted to add MySQL support. I suggest you find them to minimize work. Regardless, the ConsoleFunction #define seems like what you want. Write pass it the right info and tack on the function afterwards; you should be fine. I don't think it matters where you put it, I don't see why it should (although if it's general purpose, you might as well put it in engine\console\consoleFunctions.cc).
#3
11/10/2001 (11:46 am)
Actully as far as i remember Tim is the only one who mentioned mysql support (excpet for me in the past)
Torque Owner Matthew Shapiro