IsPlayerSlotState

Parameters
whichPlayer player
whichState playerslotstate
return type
boolean
Source code
function IsPlayerSlotState takes player whichPlayer, playerslotstate whichState returns boolean
    return GetPlayerSlotState(whichPlayer) == whichState
endfunction
Source
Blizzard.j
wc3modding.com
IsPlayerSlotState