UnitShareVisionBJ

Parameters
share boolean
whichUnit unit
whichPlayer player
return type
nothing
Source code
function UnitShareVisionBJ takes boolean share, unit whichUnit, player whichPlayer returns nothing
    call UnitShareVision(whichUnit, whichPlayer, share)
endfunction
Source
Blizzard.j
wc3modding.com
UnitShareVisionBJ