File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/panorama-types/types Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1159,6 +1159,8 @@ interface CScriptBindingPR_Abilities {
11591159
11601160 GetCurrentCharges ( nEntityIndex : AbilityEntityIndex ) : number ;
11611161
1162+ GetCurrentAbilityCharges ( nEntityIndex : AbilityEntityIndex ) : number ;
1163+
11621164 GetEffectiveLevel ( nEntityIndex : AbilityEntityIndex ) : number ;
11631165
11641166 GetHeroLevelRequiredToUpgrade ( nEntityIndex : AbilityEntityIndex ) : number ;
@@ -1225,6 +1227,8 @@ interface CScriptBindingPR_Abilities {
12251227
12261228 IsToggle ( nEntityIndex : AbilityEntityIndex ) : boolean ;
12271229
1230+ UsesAbilityCharges ( nEntityIndex : AbilityEntityIndex ) : boolean ;
1231+
12281232 GetAOERadius ( nEntityIndex : AbilityEntityIndex ) : number ;
12291233
12301234 GetBackswingTime ( nEntityIndex : AbilityEntityIndex ) : number ;
@@ -1247,6 +1251,8 @@ interface CScriptBindingPR_Abilities {
12471251
12481252 GetUpgradeBlend ( nEntityIndex : AbilityEntityIndex ) : number ;
12491253
1254+ GetAbilityChargeRestoreTimeRemaining ( nEntityIndex : AbilityEntityIndex ) : number ;
1255+
12501256 /**
12511257 * Get the local player's current active ability. (Pre-cast targetting state.)
12521258 */
You can’t perform that action at this time.
0 commit comments