# Set Planet Contact Tooltip

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

Sets the tooltip for the contact for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — Text

Returns — void

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

Category: Story / Planet Panel / Planet Properties

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L6442
PlanetSetContactTooltipText(PlanetLastCreated(), ConversationDataStateText(lv_contactTooltipConvo, "Description"))