# Game Charge Used

Grammar — Charges used of charge inCharge
FlagsNative | Function

Returns the number of charges used for the specified global charge link.

# Arguments

  • string — Charge

Returns — fixed

native fixed GameGetChargeUsed(string inCharge);

Category: Game / Charges And Cooldowns

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L3421
GameGetChargeUsed(lp_inCharge)
// L2917
GameGetChargeUsed(lp_inCharge)