Jump to content
DerelictStudios Forums
Count von Phoib

[ra3] Determining At Which Tab A Buildbutton Is Located

Recommended Posts

Sometimes, you want to specify exactly at which tab an object is created. Most of the time, this is done for you, with the help of InheritFrom, which has defined it for you. For example, inheritFrom="BaseInfantry" makes sure an object build button is located at the infantry tab.

 

You can, however, set it yourself.

 

To do this, add in

ProductionQueueType="value"

 

You can fill in the following values:

Value Tab
MAIN_STRUCTURE Building tab
OTHER_STRUCTURE Base defense tab
INFANTRY Infantry tab
VEHICLE Vehicles Tab
WATERCRAFT Ships tab
AIRCRAFT Aircraft tab

Share this post


Link to post
Share on other sites

×