# Remove Charge Regen Time For Unit (Deprecated)

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

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

# Arguments

  • unit — Unit
  • string [ charge ] — Charge

Returns — void

void libNtve_gf_UnitRemoveChargeRegen(
	unit lp_inUnit,
	string lp_inCharge,
);

Category: Unit / Charges And Cooldowns / Deprecated

# Examples

— None found —