The search keyword must be a single word (no spaces).

Function GetPlayerTypedUnitCount

Line
3133
Location
common.j
Constant?
yes
Type
native
Arguments
player whichPlayer, string unitName, boolean includeIncomplete, boolean includeUpgrades
Returns
integer
3133
constant native GetPlayerTypedUnitCount takes player whichPlayer, string unitName, boolean includeIncomplete, boolean includeUpgrades returns integer
3134
constant native GetPlayerStructureCount takes player whichPlayer, boolean includeIncomplete returns integer
3135
constant native GetPlayerState          takes player whichPlayer, playerstate whichPlayerState returns integer
3136
constant native GetPlayerScore          takes player whichPlayer, playerscore whichPlayerScore returns integer
3137
constant native GetPlayerAlliance       takes player sourcePlayer, player otherPlayer, alliancetype whichAllianceSetting returns boolean
3138