Swadon Posted August 6, 2012 Share Posted August 6, 2012 It works with a separate object since the revision r15979 Added support for scripts to call user-defined functions without the use of callfunc The scripting engine now supports both the direct invocation of user-defined functions (r15979 and r15981) Link to comment Share on other sites More sharing options...
Brian Posted August 6, 2012 Share Posted August 6, 2012 oops, seems I'm a little behind XD Thanks Swadon! Link to comment Share on other sites More sharing options...
Ind Posted August 12, 2012 Share Posted August 12, 2012 Another bugfix in r16625 regarding this feature, at this point I come to think this feature might be fully functional now. 1 Link to comment Share on other sites More sharing options...
Kisuka Posted August 13, 2012 Share Posted August 13, 2012 <3 Link to comment Share on other sites More sharing options...
Aries Posted August 28, 2012 Share Posted August 28, 2012 (edited) As of r15982, variables used within scripts can be directly assigned to as you would using another programming language. this will only work with varialbles and not yet with arrays? Edited August 28, 2012 by chokoleyt Link to comment Share on other sites More sharing options...
Emistry Posted August 28, 2012 Share Posted August 28, 2012 yes variable only......doesnt support for passing an arrays into the function.... but there is still alot way for you to pass the value of an array into the function.... Link to comment Share on other sites More sharing options...