CreateMinimapIconAtLocBJ

Parameters
wherelocation
redinteger
greeninteger
blueinteger
pingPathstring
fogVisibilityfogstate
comment
patch

1.32.0.13369

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
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