# Set Faded Transparency Of Text Tag
Grammar — Set faded transparency of type for tag|Text Tag to transparency%
Flags —Native|Action
Sets the transparency of the text tag after it has fully faded out.
# Arguments
int<preset::TextTag> — Tagint<preset::TextTagEdge2> — Typefixed— Transparency
Returns — void
native void TextTagSetFadedTransparency(
int inTag,
int inType,
fixed inTransparency,
);
# Related
Category: Text Tag / Formatting
- Set Alignment Of Text Tag —
void— TextTagSetAlignment - Set Text Alignment Of Text Tag —
void— TextTagSetTextAlignment - Set Background Border Size Of Text Tag —
void— TextTagSetBackgroundBorderSize - Set Background Image Of Text Tag —
void— TextTagSetBackgroundImage - Set Background Offset Of Text Tag —
void— TextTagSetBackgroundOffset - Set Edge Image Of Text Tag —
void— TextTagSetEdgeImage - Set Color Of Text Tag —
void— TextTagSetColor - Set Enforce Fog Of War Of Text Tag —
void— TextTagFogofWar - Set Visibility Type Of Text Tag —
void— TextTagSetFogVisibility - Set Faded Transparency Of Text Tag —
void— TextTagSetFadedTransparency - Set Font Size Of Text Tag —
void— TextTagSetFontSize - Set Maximum Size Of Text Tag —
void— TextTagSetMaxSize - Show/Hide Background For Text Tag —
void— TextTagShowBackground - Show/Hide Text Shadow For Text Tag —
void— TextTagSetTextShadow
# Examples
— None found —