Dota 2 Workshop Tools/Scripting/Console Commands: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
NerdyEagle (talk | contribs) (Add more commands) |
||
| Line 3: | Line 3: | ||
* <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]] | [[Category:English]] | ||
Revision as of 01:12, 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 gamedota_gridnav_show</code - Show server-side gridnav overlay in-game