This article relates to the game "Dota 2". Click here for more information.
This article relates to the SDK/Workshop Tools for "Dota 2 Workshop Tools". Click here for more information.
This article's documentation is for Source 2. Click here for more information.

Dota 2 Workshop Tools/Scripting/Console Commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Add more commands)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* <code>dota_dump_units</code> - Print a list of all game units.
* <code>dota_dump_units</code> - Print a list of all game units.
* <code>dota_dump_game_items</code> - Print a list of all game items with their item ids in CSV format.
* <code>dota_dump_game_items</code> - Print a list of all game items with their item ids in CSV format.
* <code>dump_modifier_list<code> - Dumps all modifiers that exist in the game
* <code>dump_modifier_list</code> - Dumps all modifiers that exist in the game.
* <code>dota_gridnav_show</code - Show server-side gridnav overlay in-game
* <code>dota_gridnav_show</code> - Show server-side gridnav overlay in-game.


{{shortpagetitle}}
{{shortpagetitle}}
[[Category:Dota 2 Workshop Tools]]
[[Category:Dota 2 Workshop Tools]]
[[Category:English]]
[[Category:English]]

Latest revision as of 02:13, 20 March 2024

English (en)Русский (ru)中文 (zh)Translate (Translate)

  • dota_script_function_help - Displays available function calls to be made into Dota 2.
  • script_reload - Reloads scripts at runtime.
  • dota_dump_units - Print a list of all game units.
  • dota_dump_game_items - Print a list of all game items with their item ids in CSV format.
  • dump_modifier_list - Dumps all modifiers that exist in the game.
  • dota_gridnav_show - Show server-side gridnav overlay in-game.