# Add Charge Full Regen Time For Player

Grammar — Add inVal seconds to charge full regen time for charge inCharge for player inPlayer
FlagsNative | Action

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

# Arguments

  • int — Player
  • string — Charge
  • fixed — Value

Returns — void

native void PlayerAddChargeRegenFull(
	int inPlayer,
	string inCharge,
	fixed inVal,
);

Category: Player / Charges And Cooldowns

# Examples

— None found —