Dota 2 Workshop Tools/Scripting/Console Commands: Difference between revisions
Jump to navigation
Jump to search
NerdyEagle (talk | contribs) No edit summary |
NerdyEagle (talk | contribs) No edit summary |
||
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
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.