# Unit Which Produces Upgrade

Grammar — The upgrade at index index produced by unitType
FlagsNative | Function

# Arguments

  • string [ gamelink::Unit ] — Unit Type
  • int — Index

Returns — string [ gamelink::Upgrade ]

native string TechTreeUnitProducesUpgrade(
	string unitType,
	int index,
);

Category: Tech Tree / Production

# Examples

— None found —