numParamsVaries abstract method

bool numParamsVaries()

Gets whether the number of accepted parameters varies.

That means that the function does accept an undefined amount of parameters.

Returns true if the number of accepted parameters varies.

Implementation

bool numParamsVaries();