# Set Planet Panel Close Button Tooltip

Grammar — Set planet panel close button tooltip to text for playerGroup
FlagsNative | Action

Sets the tooltip text for the close button on the planet panel for the specified players.

# Arguments

  • playergroup — PlayerGroup
  • text — Text

Returns — void

native void PlanetPanelSetBackButtonTooltip(
	playergroup players,
	text inText,
);

Category: Story / Planet Panel / Planet Panel

# Examples

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L1708
PlanetPanelSetBackButtonTooltip(PlayerGroupAll(), StringExternal("ConversationState/MissionPanelTooltips/Quit_Button/Info/Description"))