When does the oninventry function will got invoked
by Roshan Kuriyan · in Torque Game Engine · 04/06/2006 (4:44 am) · 2 replies
I am loading a mission, i want to know when the OnInventory function got invoked,
#2
04/07/2006 (8:29 pm)
Set "trace( true );" somewhere convenient, like main.cs. Then you can go back to the console.log file and see where things are getting called.
Torque Owner Gary Preston
Do a find in files on "OnInventory". You'll then be able to see which functions invoke OnInventory(), from here you can trace backwards further by repeating the above for each of the functions you're interested in.