Skip to content

Commit

Permalink
dota-data 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed Sep 19, 2023
1 parent 4e7592a commit f9fc970
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@ark120202/eslint-config": "^2.5.0",
"@ark120202/typescript-config": "^2.2.0",
"@moddota/dota-data": "^0.38.0",
"@moddota/dota-data": "^0.38.1",
"@types/fs-extra": "^9.0.4",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
Expand Down
8 changes: 7 additions & 1 deletion packages/dota-lua-types/types/api.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3515,7 +3515,13 @@ declare interface CDOTA_Item extends CDOTABaseAbility {
IsSellable(): boolean;
/** @both */
IsStackable(): boolean;
LaunchLoot(autoUse: boolean, height: number, duration: number, endPoint: Vector, teleportOwner: object): void;
LaunchLoot(
autoUse: boolean,
height: number,
duration: number,
endPoint: Vector,
teleportOwner: CDOTA_BaseNPC_Hero | undefined,
): void;
LaunchLootInitialHeight(
autoUse: boolean,
initialHeight: number,
Expand Down

0 comments on commit f9fc970

Please sign in to comment.