Function VisualScript.customSignalAddArgument

Add an argument to a custom signal added with addCustomSignal.

void customSignalAddArgument (
  const(String) name,
  const(long) type,
  const(String) argname,
  const(long) index = -1L
) nothrow @nogc;