Skip to content

Commit

Permalink
Update panorama api
Browse files Browse the repository at this point in the history
  • Loading branch information
robincodex committed Nov 13, 2023
1 parent 5a7c53a commit 63c65ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/panorama-types/types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ interface CScriptBindingPR_Entities {

IsBoss(nEntityIndex: EntityIndex): boolean;

IsBossCreature(nEntityIndex: EntityIndex): boolean;

IsRoshan(nEntityIndex: EntityIndex): boolean;

IsBuilding(nEntityIndex: EntityIndex): boolean;
Expand Down Expand Up @@ -1039,7 +1041,7 @@ interface CScriptBindingPR_Entities {

ManaFraction(nEntityIndex: EntityIndex): number;

GetClassname(nEntityIndex: EntityIndex): string;
GetClassNameAsCStr(nEntityIndex: EntityIndex): string;

GetDisplayedUnitName(nEntityIndex: EntityIndex): string;

Expand Down

0 comments on commit 63c65ff

Please sign in to comment.