LoadLocationHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
location
Source code
function LoadLocationHandleBJ takes integer key, integer missionKey, hashtable table returns location
    return LoadLocationHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadLocationHandleBJ