# Set Planet Bonus Title

Grammar — Change the bonus title of planet to text
FlagsNative | Action

Sets the bonus title for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — Text

Returns — void

native void PlanetSetBonusTitle(
	int inPlanetId,
	text inText,
);

Category: Story / Planet Panel / Planet Properties

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L6353
PlanetSetBonusTitle(PlanetLastCreated(), StringExternal("UI/PlanetPanelBonusTitle"))