animgraph_set_parameter_bool Command

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

animgraph_set_parameter_bool

CS2 Only

Command

animgraph_set_parameter_bool

<Entity selector><Boolean parameter name><0 / 1>

Set a specific boolean parameter on chosen entities to true or false. This helps animators test individual animations more easily.

<Entity selector>

Select which entities the command will affect.

<Boolean parameter name>

Enter the name of the boolean parameter to set.

<0 / 1>

Choose 1 to enable or 0 to disable the boolean parameter.

sv_cheats Required

Yes

Client or Server Command

Server

animgraph_set_parameter_bool Generator

Command

animgraph_set_parameter_bool

<Entity selector><Boolean parameter name><0 / 1>
0/3 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.

0 / 1

animgraph_set_parameter_bool Examples

Command

animgraph_set_parameter_bool

1@playermyBoolParam

Set the boolean parameter 'myBoolParam' to true for the player.

Command

animgraph_set_parameter_bool

0@allchickenDance

Set the boolean parameter 'chickenDance' to false for all entities.