LoadButtonHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
button
Source code
function LoadButtonHandleBJ takes integer key, integer missionKey, hashtable table returns button
    return LoadButtonHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadButtonHandleBJ