LoadDialogHandleBJ

Parameters
keyinteger
missionKeyinteger
tablehashtable
comment
patch

1.24a

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