Extended parameters functions, useful for custom Exception Handler.
FEATURES:
Example: Run external application and send Base64 json data:
var _dir = working_directory;
execute_shell(_dir + "Exception_Handler.exe", parameter_generate(["-game", _dir + "Exception_Handler.win", "-jdata", base64_encode(_json_data)]));
This is useful for creating a Crash Handler/Report for your game! You can also send parameters to another program such as Notepad. Important: execute_shell() not included. You can get it on the Marketplace, though.
End User Licence Agreement (EULA).