# Add Charge Full Regen Time For Unit

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

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

# Arguments

  • unit — Unit
  • string [ charge ] — Charge
  • fixed — Value

Returns — void

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

Category: Unit / Charges And Cooldowns

# Examples

— None found —