• What is ConVar?
    3 replies, posted
Hello. so, I've came across this term many times, and it sounds important! I know it stands for console variable. But! i don't really know what that means! so may i have a more detailed explanation of what it is! and how it's used?
It's like a console command, but when you "run" it (as if it were a command) it stores the value passed. So if you have a convar called "avar" and type "avar 1" into the console, avar will be set to 1. You can set convars using RunConsoleCommand, and get convars using GetConVar. You can create them using CreateConVar or CreateClientConVar
:ninja:
[QUOTE=|FlapJack|;24157876]It's like a console command, but when you "run" it (as if it were a command) it stores the value passed. So if you have a convar called "avar" and type "avar 1" into the console, avar will be set to 1. You can set convars using RunConsoleCommand, and get convars using GetConVar[/QUOTE] thanks FlapJack, i appreciate your help.
Sorry, you need to Log In to post a reply to this thread.