# Charge Regen Full For Player

Grammar — Charge regen time of charge inCharge for player inPlayer
FlagsNative | Function

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

# Arguments

  • int — Player
  • string — Charge
  • bool — Adjustment Only

Returns — fixed

native fixed PlayerGetChargeRegenFull(
	int inPlayer,
	string inCharge,
	bool adjustmentOnly,
);

Category: Player / Charges And Cooldowns

# Examples

— None found —