# Show/Hide Background For Text Tag

Grammarshow|Show/Hide background for tag|Text Tag
FlagsNative | Action

Shows or hides the background for a particular text tag.

# Arguments

Returns — void

native void TextTagShowBackground(int inTag, bool inShow);

Category: Text Tag / Formatting

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L1103
TextTagShowBackground(TextTagLastCreated(), true)
// L1294
TextTagShowBackground(TextTagLastCreated(), true)
// L670
TextTagShowBackground(TextTagLastCreated(), true)
// L676
TextTagShowBackground(TextTagLastCreated(), true)
// L682
TextTagShowBackground(TextTagLastCreated(), true)
// L688
TextTagShowBackground(TextTagLastCreated(), true)
// L2894
TextTagShowBackground(TextTagLastCreated(), true)
// L9561
TextTagShowBackground(TextTagLastCreated(), true)
// L30083
TextTagShowBackground(TextTagLastCreated(), false)
// L1103
TextTagShowBackground(TextTagLastCreated(), true)
// L1294
TextTagShowBackground(TextTagLastCreated(), true)
// L670
TextTagShowBackground(TextTagLastCreated(), true)
// L676
TextTagShowBackground(TextTagLastCreated(), true)
// L682
TextTagShowBackground(TextTagLastCreated(), true)
// L688
TextTagShowBackground(TextTagLastCreated(), true)
// L2894
TextTagShowBackground(TextTagLastCreated(), true)
// L9561
TextTagShowBackground(TextTagLastCreated(), true)
// L30083
TextTagShowBackground(TextTagLastCreated(), false)

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L1562
TextTagShowBackground(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], true)
// L11899
TextTagShowBackground(lv_p_TextTag, true)

# campaigns/swarm.sc2campaign

MapScript.galaxy

// L760
TextTagShowBackground(TextTagLastCreated(), false)
// L715
TextTagShowBackground(TextTagLastCreated(), true)
// L661
TextTagShowBackground(TextTagLastCreated(), true)
// L715
TextTagShowBackground(TextTagLastCreated(), true)
// L661
TextTagShowBackground(TextTagLastCreated(), true)
// L760
TextTagShowBackground(TextTagLastCreated(), false)

# campaigns/swarmstory.sc2campaign

SwarmCampaignLib.galaxy

// L4021
TextTagShowBackground(TextTagLastCreated(), true)

# campaigns/voidstory.sc2campaign

VoidCampaignMissionLib.galaxy

// L3782
TextTagShowBackground(TextTagLastCreated(), true)
// L3804
TextTagShowBackground(TextTagLastCreated(), true)

# mods/heroesbrawlmods/brawlmapmods/coop/pvebrawlstarcraft.stormmod

LibPESC.galaxy

// L126
TextTagShowBackground(libPESC_gv_hMCLTextTag, true)
// L126
TextTagShowBackground(libPESC_gv_hMCLTextTag, true)

# mods/missionpacks/novacampaign.sc2mod

LibNCMI.galaxy

// L3916
TextTagShowBackground(TextTagLastCreated(), true)

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L11676
TextTagShowBackground(TextTagLastCreated(), true)

# mods/voidprologue.sc2mod

LibA3DDD02B.galaxy

// L2810
TextTagShowBackground(TextTagLastCreated(), true)