# Charge Regen Full For Unit

Grammar — Current full charge regen time of charge inCharge on unit inUnit
FlagsNative | Function

Returns the full charge regen time for the specified unit charge link. If Adjustment Only is true, it will only return the “bonus” amount added to (or subtracted from) the full regen time.

# Arguments

  • unit — Unit
  • string [ charge ] — Charge
  • bool — Adjustment Only

Returns — fixed

native fixed UnitGetChargeRegenFull(
	unit inUnit,
	string inCharge,
	bool adjustmentOnly,
);

Category: Unit / Charges And Cooldowns

# Examples

— None found —