# Charge Regen Remaining For Game

Grammar — Charge regen time of charge inCharge
FlagsNative | Function

Returns the charge regen time for the specified global charge link.

# Arguments

  • string — Charge

Returns — fixed

native fixed GameGetChargeRegen(string inCharge);

Category: Game / Charges And Cooldowns

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L3415
GameGetChargeRegen(lp_inCharge)
// L2911
GameGetChargeRegen(lp_inCharge)