ShowImageBJ

Parameters
flag boolean
whichImage image
comment
patch

1.18a

Source
Blizzard.j
return type
nothing
Source code
function ShowImageBJ takes boolean flag, image whichImage returns nothing
    call ShowImage(whichImage, flag)
endfunction