Specify Callback Functions
by Michael Cordner · in Torque Game Builder · 07/19/2005 (6:11 am) · 0 replies
Would it be possible to explicitly specify script functions to be executed on callback?
something like (with no regard for details, just to illustrate):
something like (with no regard for details, just to illustrate):
function myCallbackFunction(%this){
...
}
%object.setCallbackFunction(myCallbackFunction);