We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe8c6d commit 64da61eCopy full SHA for 64da61e
1 file changed
packages/panorama-types/types/api.d.ts
@@ -836,6 +836,8 @@ interface CScriptBindingPR_Entities {
836
837
IsBoss(nEntityIndex: EntityIndex): boolean;
838
839
+ IsBossCreature(nEntityIndex: EntityIndex): boolean;
840
+
841
IsRoshan(nEntityIndex: EntityIndex): boolean;
842
843
IsBuilding(nEntityIndex: EntityIndex): boolean;
@@ -1039,7 +1041,7 @@ interface CScriptBindingPR_Entities {
1039
1041
1040
1042
ManaFraction(nEntityIndex: EntityIndex): number;
1043
- GetClassname(nEntityIndex: EntityIndex): string;
1044
+ GetClassNameAsCStr(nEntityIndex: EntityIndex): string;
1045
1046
GetDisplayedUnitName(nEntityIndex: EntityIndex): string;
1047
0 commit comments