LoadDialogHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
dialog
Source code
function LoadDialogHandleBJ takes integer key, integer missionKey, hashtable table returns dialog
    return LoadDialogHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadDialogHandleBJ