Dota 2 Workshop Tools/Scripting/API/Convars.SetInt
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

Function Description
void SetInt(string a, int b)
SetInt(name, val) : sets the value of the convar to the int.
Parameters
Type | Name | Description |
---|---|---|
string | a | No Description Set |
int | b | No Description Set |