FlushStoredMissionBJ

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