List of CS:GO Script Functions
Jump to navigation
Jump to search
This list contains all engine-related Squirrel functions available for VScript in
Counter-Strike: Global Offensive . It can be printed in the console by setting
developer
to at least 1, loading a map and executing script_help
. Note that developer
only needs to be non-zero during map-loading so if you want to dump script_help
to a file, do something like this:
developer 3 map de_nuke developer 0 con_logfile dump.txt script_help con_logfile ""
For now refer to List of Portal 2 Script Functions while I parse CS:GO's script_help
into a wiki format. The two seem to be quite equal.