# Enable/Disable Help Panel Tech Glossary Button

GrammarshowHide the units button in the help panel for players
FlagsNative | Action

Enables or disables the glossary button on the help panel for the specified players.

# Arguments

Returns — void

native void HelpPanelEnableTechGlossaryButton(
	playergroup inPlayerGroup,
	bool inEnable,
);

Category: UI / Help Panel

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L16723
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)
// L1107
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)
// L16723
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)
// L1107
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)
// L2566
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)
// L2566
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L12457
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)

# mods/warcoop/warclassic.sc2mod

WarClassic.galaxy

// L1033
HelpPanelEnableTechGlossaryButton(PlayerGroupAll(), false)