Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SinZ163 committed Aug 29, 2016
0 parents commit 76cd957
Show file tree
Hide file tree
Showing 10 changed files with 3,461 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.js binary
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
panorama/.vscode/
Thumbs.db
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# API

##File Structure
### dota.d.ts
Contains all the javascript API functions to do intellisense
### dota_enums.d.ts
Contains all the constants / enums that exist in the global panorama scope
###dota_panels.d.ts
Contains all the Panel types (Panel, Button, etc) and their associated properties
###`gen/`
This folder contains all the scripts to help automate this repository
Loading

0 comments on commit 76cd957

Please sign in to comment.