FindCommandLineParam Function

Determines if a specific command line parameter is present.

bool FindCommandLineParam(const char[] param)

Parameters

const char[] param

The command line parameter to test.

Return Value

True if the command line parameter is specified; otherwise, false.

Errors

No command line available, or no mod support.