# Stop All Video Textures On Unit

Grammar — Stop all video textures on unit
FlagsAction

Stops playing all video textures currently playing on the specified unit’s actor. The TV news reports in the Wings Of Liberty campaign are examples of video textures.

# Arguments

  • unit — Unit

Returns — void

void libNtve_gf_StopAllVideoTexturesOnUnit(unit lp_unit);

Category: Actor / Utility

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L13037
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Main))
// L13038
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Center))
// L13039
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Left))
// L13040
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Right))
// L13515
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_roomID, lp_screen))
// L13524
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_roomID, lp_screen))
// L14090
libNtve_gf_StopAllVideoTexturesOnUnit(gv_marSaraTV)
// L14175
libNtve_gf_StopAllVideoTexturesOnUnit(gv_cantinaTV)
// L32884
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lv__Room, ge_BriefingScreen_Main))
// L33942
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(ge_RoomID_RoomBridge, ge_BriefingScreen_Center))
// L13037
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Main))
// L13038
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Center))
// L13039
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Left))
// L13040
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_room, ge_BriefingScreen_Right))
// L13515
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_roomID, lp_screen))
// L13524
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lp_roomID, lp_screen))
// L14090
libNtve_gf_StopAllVideoTexturesOnUnit(gv_marSaraTV)
// L14175
libNtve_gf_StopAllVideoTexturesOnUnit(gv_cantinaTV)
// L32884
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(lv__Room, ge_BriefingScreen_Main))
// L33942
libNtve_gf_StopAllVideoTexturesOnUnit(gf_BriefingScreen(ge_RoomID_RoomBridge, ge_BriefingScreen_Center))