FindConVar Function

Searches for a console variable.

ConVar FindConVar(const char[] name)

Parameters

const char[] name

Name of convar to find.

Return Value

A ConVar object if found; null otherwise.