# Add Charge Remaining Regen Time For Unit Ability

Grammar — Add inVal seconds to remaining charge regen time for charge inCharge on ability inAbil on unit inUnit
FlagsNative | Action

Adds to the current amount of time remaining to regenerate the specified ability charge link.

# Arguments

  • unit — Unit
  • string [ gamelink::Abil ] — Ability
  • string [ charge ] — Charge
  • fixed — Value

Returns — void

native void UnitAbilityAddChargeRegenRemaining(
	unit inUnit,
	string inAbil,
	string inCharge,
	fixed inVal,
);

Category: Unit / Charges And Cooldowns

# Examples

— None found —