CreateMinimapIconAtLocBJ

Parameters
wherelocation
redinteger
greeninteger
blueinteger
pingPathstring
fogVisibilityfogstate
comment
patch

1.32.0.13369

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
minimapicon
Source code
function CreateMinimapIconAtLocBJ takes location where, integer red, integer green, integer blue, string pingPath, fogstate fogVisibility returns minimapicon
    set bj_lastCreatedMinimapIcon = CreateMinimapIconAtLoc(where, red, green, blue, pingPath, fogVisibility)
    return bj_lastCreatedMinimapIcon
endfunction