SQL_CheckConfig Function

Returns if a named configuration is present in databases.cfg.

bool SQL_CheckConfig(const char[] name)

Parameters

const char[] name

Configuration name.

Return Value

True if it exists, false otherwise.