cyclevar Command

Explore usage, syntax, and examples for the cyclevar CS2 developer console command.

cyclevar

CS2 Only

Command

cyclevar

<Convar name><Start value><End value><Step value>

Cycles through a series of values for a specified console variable (convar) to quickly test or change settings.

<Convar name>

The name of the console variable to cycle through.

<Start value>

The number where the cycle starts.

<End value>

The number where the cycle ends.

<Step value>

The amount to increase with each cycle step.

sv_cheats Required

No

Client or Server Command

Unspecified

cyclevar Generator

Command

cyclevar

<Convar name><Start value><End value><Step value>
0/4 Arguments Selected

Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.

cyclevar Examples

Command

cyclevar

11sv_cheats0

Cycles the 'sv_cheats' variable between 0 (off) and 1 (on), incrementing by 1 each step.