Skip to content

Commit 76cd957

Browse files
committed
Initial Commit
0 parents  commit 76cd957

10 files changed

+3461
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.js binary

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
panorama/.vscode/
2+
Thumbs.db

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# API
2+
3+
##File Structure
4+
### dota.d.ts
5+
Contains all the javascript API functions to do intellisense
6+
### dota_enums.d.ts
7+
Contains all the constants / enums that exist in the global panorama scope
8+
###dota_panels.d.ts
9+
Contains all the Panel types (Panel, Button, etc) and their associated properties
10+
###`gen/`
11+
This folder contains all the scripts to help automate this repository

0 commit comments

Comments
 (0)