StoreUnitBJ
- Parameters
-
whichUnit unit
key string
missionKey string
cache gamecache
- 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
- Source
- Blizzard.j
- wc3modding.com
- StoreUnitBJ