FlushStoredMissionBJ
- Parameters
missionKey string
cache gamecache
- comment
- patch
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing
- Source code
function FlushStoredMissionBJ takes string missionKey, gamecache cache returns nothing call FlushStoredMission(cache, missionKey) endfunction