CreateImageBJ

Parameters
file string
size real
where location
zOffset real
imageType integer
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
Source
Blizzard.j
wc3modding.com
CreateImageBJ