Function; Player_HasQueuedBuild - HWRM/KarosGraveyard GitHub Wiki

Player_HasQueuedBuild(<iPlayerIndex>, <sShipType>)

Description

Returns true if <iPlayerIndex> is currently building <sShipType>.

Example

if Player_HasQueuedBuild(0, "Hgn_Interceptor")==1 then ...code... end

Arguments

<iPlayerIndex>: the index number of the player.
<sShipType>: the type of the ship being built.

Scope

Related Pages

Function Reference

SCAR (SCripting at Relic) Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

⚠️ **GitHub.com Fallback** ⚠️