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