Sets the integer value of a console variable. Note: The replicate and notify params are only relevant for the original, Dark Messiah, and Episode 1 engines. Newer engines automatically do these things when the convar value is changed.
native void SetConVarInt(Handle convar, int value, bool replicate = false, bool notify = false)