Function; Player_HasResearch - HWRM/KarosGraveyard GitHub Wiki

Player_HasResearch(<iPlayerIndex>, <sResearch>)

Description

Returns true if the player has already completed the named research.

Example

if Player_HasResearch(g_playerID, "PlasmaBombs")==1 then ...code... end

Arguments

<iPlayerIndex>: the index number of the player.
<sResearch>: the name of the research item.

Scope

Related Pages

Function Reference

SCAR (SCripting at Relic) Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

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