# Create Bank Section

Grammar — Create section section in bank bank
FlagsNative | Action

Creates a specific Section in the chosen Bank. Existing keys are preserved if the section already exists.

# Arguments

  • bank — Bank
  • string — Section

Returns — void

native void BankSectionCreate(bank b, string section);

Category: Bank / Utility

# Examples

# campaigns/swarmstory.sc2campaign

SwarmCampaignLib.galaxy

// L13082
BankSectionCreate(lp_targetBank, lv__SectionName)
// L13098
BankSectionCreate(lp_targetBank, lv__SectionName)
// L13101
BankSectionCreate(lp_targetBank, lv__SectionName)
// L13106
BankSectionCreate(lp_targetBank, libSwaC_gf_ZS_BankSectionName(lp_map, "KerriganTech"))

# campaigns/voidstory.sc2campaign

VoidCampaignLib.galaxy

// L7055
BankSectionCreate(lp_targetBank, lv__SectionName)
// L7071
BankSectionCreate(lp_targetBank, lv__SectionName)
// L7074
BankSectionCreate(lp_targetBank, lv__SectionName)
// L7077
BankSectionCreate(lp_targetBank, lv__SectionName)

# mods/missionpacks/campaigncommon.sc2mod

LibComC.galaxy

// L3212
BankSectionCreate(lp_targetBank, lv__SectionName)
// L3229
BankSectionCreate(lp_targetBank, lv__SectionName)
// L3232
BankSectionCreate(lp_targetBank, lv__SectionName)

# mods/missionpacks/novacampaign.sc2mod

LibNovC.galaxy

// L3887
BankSectionCreate(lv_targetBank, lv__SectionName)
// L3890
BankSectionCreate(lv_targetBank, lv__SectionName)
// L3902
BankSectionCreate(lv_targetBank, lv__SectionName)

# mods/starcoop/starcoop.sc2mod

LibCOOC.galaxy

// L4573
BankSectionCreate(lp_targetBank, lv__SectionName)