# Remove Bank Key

Grammar — Remove key from section section in bank bank
FlagsNative | Action

Removes a specific bank Key from a section in the chosen bank.

# Arguments

  • bank — Bank
  • string — Section
  • string — Key

Returns — void

native void BankKeyRemove(
	bank b,
	string section,
	string key,
);

Category: Bank / Utility

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L8747
BankKeyRemove(lp_bank, lp_section, lp_key)
// L8758
BankKeyRemove(lp_bank, lp_section, lp_key)
// L8769
BankKeyRemove(lp_bank, lp_section, lp_key)

# campaigns/swarmstory.sc2campaign

SwarmCampaignLib.galaxy

// L14063
BankKeyRemove(lp_bank, lp_section, lp_key)
// L14074
BankKeyRemove(lp_bank, lp_section, lp_key)
// L14085
BankKeyRemove(lp_bank, lp_section, lp_key)

# campaigns/voidstory.sc2campaign

VoidCampaignLib.galaxy

// L7968
BankKeyRemove(lp_bank, lp_section, lp_key)
// L7979
BankKeyRemove(lp_bank, lp_section, lp_key)
// L7990
BankKeyRemove(lp_bank, lp_section, lp_key)

# mods/missionpacks/campaigncommon.sc2mod

LibComC.galaxy

// L3879
BankKeyRemove(lp_bank, lp_section, lp_key)
// L3889
BankKeyRemove(lp_bank, lp_section, lp_key)
// L3899
BankKeyRemove(lp_bank, lp_section, lp_key)

# mods/starcoop/starcoop.sc2mod

LibCOOC.galaxy

// L4839
BankKeyRemove(lp_bank, lp_section, lp_key)
// L4850
BankKeyRemove(lp_bank, lp_section, lp_key)
// L4861
BankKeyRemove(lp_bank, lp_section, lp_key)

# mods/voidprologue.sc2mod

LibA3DDD02B.galaxy

// L6778
BankKeyRemove(lp_bank, lp_section, lp_key)
// L6789
BankKeyRemove(lp_bank, lp_section, lp_key)
// L6800
BankKeyRemove(lp_bank, lp_section, lp_key)

# mods/warcoop/warcoopdata.sc2mod

WarCoopData.galaxy

// L817
BankKeyRemove(libWCdr_gv_w3CBank[lp_player], lp_section, lp_key)