├── dota-api-functions.d.ts ├── dota-api.d.ts ├── dota-client.d.ts ├── dota-enums.d.ts ├── dota-gameevents.d.ts ├── dota-modifier-properties.d.ts ├── dota-std.d.ts ├── json.d.ts ├── qangle.d.ts └── vector.d.ts /dota-api-functions.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-api-functions.d.ts -------------------------------------------------------------------------------- /dota-api.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-api.d.ts -------------------------------------------------------------------------------- /dota-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-client.d.ts -------------------------------------------------------------------------------- /dota-enums.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-enums.d.ts -------------------------------------------------------------------------------- /dota-gameevents.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-gameevents.d.ts -------------------------------------------------------------------------------- /dota-modifier-properties.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-modifier-properties.d.ts -------------------------------------------------------------------------------- /dota-std.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/dota-std.d.ts -------------------------------------------------------------------------------- /json.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/json.d.ts -------------------------------------------------------------------------------- /qangle.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/qangle.d.ts -------------------------------------------------------------------------------- /vector.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TypeScriptToLua/Dota2Declarations/HEAD/vector.d.ts --------------------------------------------------------------------------------