LoadRectHandleBJ

Parameters
keyinteger
missionKeyinteger
tablehashtable
comment
patch

1.24a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
rect
Source code
function LoadRectHandleBJ takes integer key, integer missionKey, hashtable table returns rect
    return LoadRectHandle(table, missionKey, key)
endfunction