# Add Charge Full Regen Time For Unit Ability

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

Adds to the amount of time it takes to regenerate the specified ability charge link.

# Arguments

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

Returns — void

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

Category: Unit / Charges And Cooldowns

# Examples

— None found —