# Set Background Offset Of Text Tag

Grammar — Set the background offset of textTag to (horizontal, vertical), in percent of screen size
FlagsNative | Action

Sets the offset of the background of the text tag.

# Arguments

  • int [ preset::TextTag ] — Text Tag
  • fixed — Horizontal
  • fixed — Vertical

Returns — void

native void TextTagSetBackgroundOffset(
	int inTag,
	fixed inX,
	fixed inY,
);

Category: Text Tag / Formatting

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L2876
TextTagSetBackgroundOffset(TextTagLastCreated(), 0.0, 0.25)
// L2876
TextTagSetBackgroundOffset(TextTagLastCreated(), 0.0, 0.25)