CommandExists Function

Returns true if the supplied command exists.

bool CommandExists(const char[] command)

Parameters

const char[] command

Command to find.

Return Value

True if command is found, false otherwise.