# Set Planet Description

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

Sets the description text for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • text — Text

Returns — void

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

Category: Story / Planet Panel / Planet Properties

# Examples

— None found —