Skip to content

Commit 64da61e

Browse files
authored
Update panorama api (#37)
1 parent bfe8c6d commit 64da61e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/panorama-types/types/api.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,8 @@ interface CScriptBindingPR_Entities {
836836

837837
IsBoss(nEntityIndex: EntityIndex): boolean;
838838

839+
IsBossCreature(nEntityIndex: EntityIndex): boolean;
840+
839841
IsRoshan(nEntityIndex: EntityIndex): boolean;
840842

841843
IsBuilding(nEntityIndex: EntityIndex): boolean;
@@ -1039,7 +1041,7 @@ interface CScriptBindingPR_Entities {
10391041

10401042
ManaFraction(nEntityIndex: EntityIndex): number;
10411043

1042-
GetClassname(nEntityIndex: EntityIndex): string;
1044+
GetClassNameAsCStr(nEntityIndex: EntityIndex): string;
10431045

10441046
GetDisplayedUnitName(nEntityIndex: EntityIndex): string;
10451047

0 commit comments

Comments
 (0)