https://github.com/adamqqqplay/vscode-dota2-bot-script-snippets
Dota2 Bot Script coding assist in Lua language.
https://github.com/adamqqqplay/vscode-dota2-bot-script-snippets
dota2 lua snippets vscode-extension
Last synced: 2 months ago
JSON representation
Dota2 Bot Script coding assist in Lua language.
- Host: GitHub
- URL: https://github.com/adamqqqplay/vscode-dota2-bot-script-snippets
- Owner: adamqqqplay
- License: mit
- Created: 2017-11-16T10:34:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T02:42:57.000Z (almost 5 years ago)
- Last Synced: 2025-05-15T06:39:39.185Z (about 1 year ago)
- Topics: dota2, lua, snippets, vscode-extension
- Homepage:
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dota2-bot-script-snippets README
A snippet of Dota2 Bot Script in Lua language. Help you coding quicker in dota2 bots script!
## Features
Lua:




## Changelog
### 1.0.0
Initial release of Dota2 Bot Script snippet.
### 1.0.1
Fixed bug that the extension can not start.
### 1.0.2
Updated README and fix some bugs.
## API Reference
https://developer.valvesoftware.com/wiki/Dota_Bot_Scripting
http://docs.moddota.com/lua_bots/
## GitHub Link
https://github.com/adamqqqplay/Vscode-dota2-bot-script-snippets
## Thanks
Special thanks to project https://github.com/XavierCHN/Dota-Reborn-Code, without his great project, I can't know VSCode can do this thing!