# Set Planet Technology Text

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

Sets the description for the tech for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — TechnologyText

Returns — void

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

Category: Story / Planet Panel / Planet Properties

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L6382
PlanetSetTechnologyText(PlanetLastCreated(), libCamp_gf_StoryTechGroupDescription(lv_groupEnabled))
// L6391
PlanetSetTechnologyText(PlanetLastCreated(), StringToText(""))