# Add Charge Full Regen Time For Game

Grammar — Add inVal seconds to the charge regen time remaining for charge inCharge
FlagsNative | Action

Adds to the amount of time to regenerate the specified global charge link.

# Arguments

  • string — Charge
  • fixed — Value

Returns — void

native void GameAddChargeRegenFull(
	string inCharge,
	fixed inVal,
);

Category: Game / Charges And Cooldowns

# Examples

— None found —