FlushStoredMissionBJ

Parameters
missionKey string
cache gamecache
comment
patch

1.07

Source
Blizzard.j
return type
nothing
Source code
function FlushStoredMissionBJ takes string missionKey, gamecache cache returns nothing
    call FlushStoredMission(cache, missionKey)
endfunction