We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b165205 commit bfe8c6dCopy full SHA for bfe8c6d
1 file changed
test/lua/classes.ts
@@ -1,6 +1,6 @@
1
const hero = HeroList.GetHero(0)!;
2
3
-CDOTA_BaseNPC.GetAttackSpeed.call(hero);
+CDOTA_BaseNPC.GetAttackSpeed.call(hero, true);
4
// @ts-ignore TODO: Expect error
5
CDOTA_BaseNPC.GetAttackSpeed();
6
0 commit comments