CreateImageBJ

Parameters
filestring
sizereal
wherelocation
zOffsetreal
imageTypeinteger
comment
patch

1.18a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
image
Source code
function CreateImageBJ takes string file, real size, location where, real zOffset, integer imageType returns image
    set bj_lastCreatedImage = CreateImage(file, size, size, size, GetLocationX(where), GetLocationY(where), zOffset, 0, 0, 0, imageType)
    return bj_lastCreatedImage
endfunction