SaveLocationHandleBJ
- Parameters
-
whichLocation location
key integer
missionKey integer
table hashtable
- return type
boolean
- Source code
function SaveLocationHandleBJ takes location whichLocation, integer key, integer missionKey, hashtable table returns boolean return SaveLocationHandle(table, missionKey, key, whichLocation) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SaveLocationHandleBJ