The search keyword must be a single word (no spaces).
Function RestoreUnitLocFacingAngleBJ
- Line
- 7845
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- string key, string missionKey, gamecache cache, player forWhichPlayer, location loc, real facing
- Returns
- unit
| 7845 | function RestoreUnitLocFacingAngleBJ takes string key, string missionKey, gamecache cache, player forWhichPlayer, location loc, real facing returns unit |
| 7846 | //call SyncStoredUnit(cache, missionKey, key)
|
| 7847 | set bj_lastLoadedUnit = RestoreUnit(cache, missionKey, key, forWhichPlayer, GetLocationX(loc), GetLocationY(loc), facing) |
| 7848 | return bj_lastLoadedUnit |
| 7849 | endfunction
|