# Set Planet Secondary Objective Text

Grammar — Change the secondary objective text description of planet to objectiveText
FlagsNative | Action

Sets the secondary objective description for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — ObjectiveText

Returns — void

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

Category: Story / Planet Panel / Planet Properties

# Examples

— None found —