LoadButtonHandleBJ

Parameters
key integer
missionKey integer
table hashtable
comment
patch

1.24a

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