# Charge Regen Full For Game

Grammar — Charge regen time of charge inCharge
FlagsNative | Function

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

# Arguments

  • string — Charge
  • bool — Adjustment Only

Returns — fixed

native fixed GameGetChargeRegenFull(
	string inCharge,
	bool adjustmentOnly,
);

Category: Game / Charges And Cooldowns

# Examples

— None found —