Function; Player_HasShipWithBuildQueue - HWRM/KarosGraveyard GitHub Wiki

Player_HasShipWithBuildQueue(<iPlayerIndex>)

Description

Returns true if the player has a build-capable ship. Note: this is used to assess victory conditions within the stock 'deathmatch' game rule

Example

if Player_HasShipWithBuildQueue(playerIndex)==0 then ...code... end

Arguments

<iPlayerIndex>: the index number of the player.

Scope

Related Pages

Function Reference

SCAR (SCripting at Relic) Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial