List of CS:GO Script Functions

From Valve Developer Community
Revision as of 21:15, 14 April 2013 by Insensus (talk | contribs) (Created page with "{{sq}} This list contains all engine-related Squirrel functions available for VScript in {{game link|Counter-Strike: Global Offensive}}. It can be printed in the console by s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Squirrel This list contains all engine-related Squirrel functions available for VScript in Counter-Strike: Global Offensive 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.