ForceAddPlayerSimple

Parameters
whichPlayer player
whichForce force
return type
nothing
Source code
function ForceAddPlayerSimple takes player whichPlayer, force whichForce returns nothing
    call ForceAddPlayer(whichForce, whichPlayer)
endfunction
Source
Blizzard.j
wc3modding.com
ForceAddPlayerSimple