# Hide All Custom Menu Dialog Items

Grammar — Hide all custom menu dialog items for players
FlagsNative | Action

Hides all the Custom Menu dialog items.

# Arguments

  • playergroup — Players

Returns — void

native void UIClearCustomMenuItemList(
	playergroup inPlayers,
);

Category: UI / Game Menu

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L8305
UIClearCustomMenuItemList(PlayerGroupAll())
// L8467
UIClearCustomMenuItemList(PlayerGroupAll())
// L8305
UIClearCustomMenuItemList(PlayerGroupAll())
// L8467
UIClearCustomMenuItemList(PlayerGroupAll())

# mods/heroesdata.stormmod

UILib.galaxy

// L8769
UIClearCustomMenuItemList(PlayerGroupAll())