# Show/Hide Text Shadow For Text Tag

Grammarshow|Show/Hide text shadows for tag|Text Tag
FlagsNative | Action

Shows or hides the text shadows for a particular text tag.

# Arguments

Returns — void

native void TextTagSetTextShadow(int inTag, bool inVal);

Category: Text Tag / Formatting

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L2892
TextTagSetTextShadow(TextTagLastCreated(), true)
// L2892
TextTagSetTextShadow(TextTagLastCreated(), true)

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L1560
TextTagSetTextShadow(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], false)
// L11897
TextTagSetTextShadow(lv_p_TextTag, false)