Function VisualScriptEditorSingleton.addCustomNode

Add a custom Visual Script node to the editor. It'll be placed under "Custom Nodes" with the category as the parameter.

void addCustomNode (
  const(String) name,
  const(String) category,
  Script script
) nothrow @nogc;