# Clear All Tip Alerts

Grammar — Clears all current tip alerts for players
FlagsNative | Action

Clears all currently displayed tip alerts. Does not remove the tips themselves, which can still be viewed in the help panel.

# Arguments

  • playergroup — Players

Returns — void

native void TipAlertPanelClear(playergroup inPlayerGroup);

Category: UI / Help Panel

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L1876
TipAlertPanelClear(PlayerGroupAll())
// L1144
TipAlertPanelClear(PlayerGroupAll())
// L1951
TipAlertPanelClear(PlayerGroupAll())
// L1144
TipAlertPanelClear(PlayerGroupAll())
// L1951
TipAlertPanelClear(PlayerGroupAll())
// L1876
TipAlertPanelClear(PlayerGroupAll())

# mods/warcoop/warmeleeai.sc2mod

LibW3AI.galaxy

// L108
TipAlertPanelClear(PlayerGroupAll())
// L134
TipAlertPanelClear(PlayerGroupAll())