It is really not harder to use the pcvar functions, which are more efficient. Instead of passing the cvar name string, you pass the cvar pointer which is obtained via get_cvar_pointer() for existing cvars and is returned by register_cvar() when creating a cvar.