# Remove Charge Regen Time For Unit Ability (Deprecated)

Grammar — Clear charge regen time for charge inCharge on ability inAbil on unit inUnit
FlagsAction | Hidden

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

# Arguments

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

Returns — void

void libNtve_gf_UnitAbilityRemoveChargeRegen(
	unit lp_inUnit,
	string lp_inAbil,
	string lp_inCharge,
);

Category: Unit / Charges And Cooldowns / Deprecated

# Examples

— None found —