Jump to content
Panallox

r15982: Script Engine Update

Recommended Posts

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

Another bugfix in r16625 regarding this feature, at this point I come to think this feature might be fully functional now.

  • Upvote 1
Link to comment
Share on other sites

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 by chokoleyt
Link to comment
Share on other sites

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.