An open API service indexing awesome lists of open source software.

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.

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:

![Function snippets](https://raw.githubusercontent.com/adamqqqplay/Vscode-dota2-bot-script-snippets/master/images/feature-1.png)

![Enum snippets](https://raw.githubusercontent.com/adamqqqplay/Vscode-dota2-bot-script-snippets/master/images/feature-2.png)

![Automatically complete the parameters](https://raw.githubusercontent.com/adamqqqplay/Vscode-dota2-bot-script-snippets/master/images/feature-3.png)

![Class Name Tips](https://raw.githubusercontent.com/adamqqqplay/Vscode-dota2-bot-script-snippets/master/images/feature-4.png)

## 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!