Scripting: Added a utility for calling script functions from native code
Makes it easier to call script functions from native code, with arbitrary parameters passed in the function call. Uses variadic templates for automatic conversion of native parameters to script arguments.
Scripting: Added a utility for calling script functions from native code
Makes it easier to call script functions from native code, with
arbitrary parameters passed in the function call. Uses variadic
templates for automatic conversion of native parameters to script
arguments.