Command
animgraph_set_parameter_bool
<Entity selector><Boolean parameter name><0 / 1>Explore usage, syntax, and examples for the animgraph_set_parameter_bool CS2 developer console command.
animgraph_set_parameter_bool
CS2 Onlyanimgraph_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.
Select which entities the command will affect.
Enter the name of the boolean parameter to set.
Choose 1 to enable or 0 to disable the boolean parameter.
Yes
Server
animgraph_set_parameter_bool Generator
animgraph_set_parameter_bool
<Entity selector><Boolean parameter name><0 / 1>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.
animgraph_set_parameter_bool Examples
animgraph_set_parameter_bool
1
@player
myBoolParam
Set the boolean parameter 'myBoolParam' to true for the player.
animgraph_set_parameter_bool
0
@all
chickenDance
Set the boolean parameter 'chickenDance' to false for all entities.