getnamo / NodeJs-Unreal

Embed node.js as an Unreal Engine plugin.
MIT License
239 stars 34 forks source link

allow parameters to be specified in script path #19

Closed xmak closed 4 years ago

xmak commented 4 years ago

Solves #15, parameters are separated from script path by "|".

Parameters with spaces should be enclosed in double quotes, example:

myscript.js|--upload "--file=C:\My Documents\myfile.txt"

getnamo commented 4 years ago

This is great, can you expand the readme to add that section? After the readme update I'll merge it

xmak commented 4 years ago

I've added the Readme section for command line parameters