⚙️ConVar
Last updated
Last updated
CConVars
.ConVars are game variable that can be used to retrieve or change some game engine settings.
Name | Type | Description |
---|---|---|
Returns the found ConVar.
CConVar
): string
Name | Type | Description |
---|---|---|
Returns string value of the Convar
CConVar
): integer
Name | Type | Description |
---|---|---|
Returns int value of the Convar
CConVar
): number
Returns float value of the Convar
CConVar
): boolean
Returns boolean value of the Convar
Assigns new string value to the ConVar
Assigns new int value to the ConVar
Assigns new float value to the ConVar
Assigns new boolean value to the ConVar
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
name
string
convar
convar
convar
convar
convar
value
string
convar
value
integer
convar
value
number
convar
value
boolean