RestoreUnitLocFacingPointBJ

Parameters
key string
missionKey string
cache gamecache
forWhichPlayer player
loc location
lookAt location
return type
unit
Source code
function RestoreUnitLocFacingPointBJ takes string key, string missionKey, gamecache cache, player forWhichPlayer, location loc, location lookAt returns unit
    //call SyncStoredUnit(cache, missionKey, key)
    return RestoreUnitLocFacingAngleBJ(key, missionKey, cache, forWhichPlayer, loc, AngleBetweenPoints(loc, lookAt))
endfunction
Source
Blizzard.j
wc3modding.com
RestoreUnitLocFacingPointBJ