Function; setConcurrentBuildLimit - HWRM/KarosGraveyard GitHub Wiki

setConcurrentBuildLimit(<rShipTable>,<bBuildType>,<iBuildMode>)

Description

  • Sets number of build queues a ship can have.

Example

setConcurrentBuildLimit(NewShipType,0,2); 

Arguments

  • <rShipTable>: Reference to the ship; this should be NewShipType.
  • <bBuildType>: Ship can build multiple ships; 1 for no and 0 for yes.
  • <iBuildMode>: Number of possible concurrent build queues.

Scope

Related Pages

Comments

Page Status

Updated Formatting? Yes
Updated for HWRM? Yes