Dota 2 Workshop Tools/Scripting/Console Commands: Difference between revisions
Jump to navigation
Jump to search
Deprecated (talk | contribs) (Added top icons) |
NerdyEagle (talk | contribs) No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{lang|Dota 2 Workshop Tools/Scripting/Console Commands}} | ||
| | |||
}} | |||
{{Dota 2Tools topicons}} | {{Dota 2Tools topicons}} | ||
* <code>dota_script_function_help</code> - Displays available function calls to be made into Dota 2. | * <code>dota_script_function_help</code> - Displays available function calls to be made into Dota 2. | ||
* <code>script_reload</code> - Reloads scripts at runtime. | * <code>script_reload</code> - Reloads scripts at runtime. | ||
* <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>dump_modifier_list</code> - Dumps all modifiers that exist in the 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]] |
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.