StoreUnitBJ

Parameters
whichUnit unit
key string
missionKey string
cache gamecache
comment
patch

1.00

Source
Blizzard.j
return type
boolean
Source code
function StoreUnitBJ takes unit whichUnit, string key, string missionKey, gamecache cache returns boolean
    return StoreUnit(cache, missionKey, key, whichUnit)
endfunction