Function VisualScript.customSignalSwapArgument
Swap two of the arguments of a custom signal.
void customSignalSwapArgument
(
const(String) name,
const(long) argidx,
const(long) withidx
) nothrow @nogc;