# Set Planet Technology Icon

Grammar — Change the technology icon of planet to icon
FlagsNative | Action

Sets the icon for the tech for the specified planet.

# Arguments

  • int [ planet ] — Planet
  • string [ filepath ] — Icon

Returns — void

native void PlanetSetTechnologyIconFilePath(
	int inPlanetId,
	string inTechnologyIconFilePath,
);

Category: Story / Planet Panel / Planet Properties

# Examples

— None found —