Where is the C code for firing in the Engine?
by Nocera Luciano · in Torque Game Engine · 11/09/2006 (9:32 pm) · 2 replies
I want to add some new effects on fire of the FPS. However, I could not find the exact corresponding code in the C++ engine. Like when I push the left mouse button when I aim at some object with the crossbow, the orc will fire. But if I just click on the menu, this event will not be invoked. I want to find the location of this exact fire code. In addition, if I push the mouse button continually, the orc will fire continually. I want to capture each shot. How can I make it? Thank you for your help in advance!
#2
11/09/2006 (9:38 pm)
If possible, I want to find the C++ level function for fire. Like in which .cpp file and in which function...
Torque Owner Nocera Luciano