console
execute( string command )
Executing your command in the console
get_int( string convar_name )
Return the int value of the convar
get_float( string convar_name )
Return the float value of the convar
get_string( string convar_name )
Return the string value of the convar
set_int( string convar_name, int value )
Set the int value of the convar
set_float( string convar_name, float value )
Set the float value of the convar
set_string( string convar_name, string value )
Set the string value of the convar