CS2 animgraph_set_parameter_string Command

CS2 Command CS2 logo
animgraph_set_parameter_string <Entity ID> <Parameter Name> <0 / 1>

This command allows the user to set specific animation graph parameters of a specified entity. It is mainly used by developers and animators for testing purposes.

Argument Information

The syntax for this command is as follows:
Name Description
Entity ID

The identifier of the entity whose animation graph parameter is to be modified.

Parameter Name

The name of the boolean parameter within the animation graph to modify.

0 / 1

The value to set the specified boolean parameter to.

Extra Information

Find additional information relating to this command below.
sv_cheats Required
Yes
Client or Server Command
Server
Default Value
cmd
Total CS is the home of CS2 commands We boast the only complete, up-to-date database of all CS2 console commands. View All CS2 Commands
CS2 player
Ad

Command Generator

Adjust the settings below to automatically generate a command. Once you've got everything right, hit the Copy button and paste it into the console in CS:GO.

animgraph_set_parameter_string 0 <Parameter Name> null
2/3 arguments filled
Entity ID
Parameter Name
0 / 1

animgraph_set_parameter_string Examples

animgraph_set_parameter_string 0 walk 1

Sets the 'walk' parameter of the entity with ID 0 to true.