# Set Planet Contact Title

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

Sets the contact title for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — Text

Returns — void

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

Category: Story / Planet Panel / Planet Properties

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L6444
PlanetSetContactTitle(PlanetLastCreated(), StringToText(""))