# Set Planet Panel Close Button Text

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

Sets the text that is displayed on the close button on the planet panel for the specified players.

# Arguments

  • playergroup — PlayerGroup
  • text — Text

Returns — void

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

Category: Story / Planet Panel / Planet Panel

# Examples

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L1702
PlanetPanelSetBackButtonText(PlayerGroupAll(), StringExternal("UI/VoidStoryBack"))
// L1706
PlanetPanelSetBackButtonText(PlayerGroupAll(), StringExternal("UI/VoidStoryQuit"))