# Hide Cinematic Text
Grammar — Hide cinematic text for players
Flags —Native
|Action
Hides all cinematic text that is currently displaying for the specified players.
# Arguments
playergroup
— Players
Returns — void
native void UIHideCinematicText(playergroup inPlayers);
# Related
Category: UI / Text
- Hot Key String —
text
— UIHotKeyString - Text Message —
void
— UIDisplayMessage - Clear Text Messages —
void
— UIClearMessages - Show Cinematic Text —
void
— UIShowCinematicText - Hide Cinematic Text —
void
— UIHideCinematicText - Show Text Crawl —
void
— UIShowTextCrawl - Hide Text Crawl —
void
— UIHideTextCrawl - Error Message —
void
— libNtve_gf_UIErrorMessage
# Examples
— None found —