# Hide Text Crawl

Grammar — Hide text crawl for players
FlagsNative | Action

Hides text crawls that are currently displaying for the specified players.

# Arguments

  • playergroup — Players

Returns — void

native void UIHideTextCrawl(playergroup inPlayers);

Category: UI / Text

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L11906
UIHideTextCrawl(PlayerGroupAll())
// L30580
UIHideTextCrawl(PlayerGroupAll())
// L30753
UIHideTextCrawl(PlayerGroupAll())
// L11906
UIHideTextCrawl(PlayerGroupAll())
// L30580
UIHideTextCrawl(PlayerGroupAll())
// L30753
UIHideTextCrawl(PlayerGroupAll())

# campaigns/swarmstory.sc2campaign

SwarmCampaignLib.galaxy

// L6600
UIHideTextCrawl(PlayerGroupAll())
// L6620
UIHideTextCrawl(PlayerGroupAll())

# campaigns/void.sc2campaign

MapScript.galaxy

// L9734
UIHideTextCrawl(PlayerGroupAll())
// L9868
UIHideTextCrawl(PlayerGroupAll())
// L10105
UIHideTextCrawl(PlayerGroupAll())
// L10255
UIHideTextCrawl(PlayerGroupAll())
// L10555
UIHideTextCrawl(PlayerGroupAll())
// L10776
UIHideTextCrawl(PlayerGroupAll())
// L5595
UIHideTextCrawl(PlayerGroupAll())
// L9734
UIHideTextCrawl(PlayerGroupAll())
// L9868
UIHideTextCrawl(PlayerGroupAll())
// L10105
UIHideTextCrawl(PlayerGroupAll())
// L10255
UIHideTextCrawl(PlayerGroupAll())
// L10555
UIHideTextCrawl(PlayerGroupAll())
// L10776
UIHideTextCrawl(PlayerGroupAll())
// L5595
UIHideTextCrawl(PlayerGroupAll())

# campaigns/voidstory.sc2campaign

VoidCampaignLib.galaxy

// L3943
UIHideTextCrawl(PlayerGroupAll())
// L3961
UIHideTextCrawl(PlayerGroupAll())

# mods/missionpacks/campaigncommon.sc2mod

LibComC.galaxy

// L1597
UIHideTextCrawl(PlayerGroupAll())
// L1614
UIHideTextCrawl(PlayerGroupAll())

# mods/voidprologue.sc2mod

LibA3DDD02B.galaxy

// L4954
UIHideTextCrawl(PlayerGroupAll())
// L4972
UIHideTextCrawl(PlayerGroupAll())

# mods/warcoop/warmeleeai.sc2mod

LibW3AI.galaxy

// L258
UIHideTextCrawl(PlayerGroupSingle(lv_p))