Member predicate API::Node::getParameter
Gets the nth positional parameter of this callable, or the nth positional argument to this call.
Note: for historical reasons, this predicate may refer to an argument of a call, but this may change in the future.
When referring to an argument, it is recommended to use getArgument(n) instead.
Node getParameter(int n)