# Set Planet Technology Title

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

Sets the title for the tech for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — Text

Returns — void

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

Category: Story / Planet Panel / Planet Properties

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L6445
PlanetSetTechnologyTitle(PlanetLastCreated(), StringToText(""))

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L1717
PlanetSetTechnologyTitle(PlanetLastCreated(), StringExternal("Param/Value/lib_VCUI_899CD639"))