Function VisualScriptNode.getDefaultInputValue

Returns the default value of a given port. The default value is used when nothing is connected to the port.

Variant getDefaultInputValue (
  const(long) port_idx
) nothrow @nogc const;