LoadTimerDialogHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
timerdialog
Source code
function LoadTimerDialogHandleBJ takes integer key, integer missionKey, hashtable table returns timerdialog
    return LoadTimerDialogHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadTimerDialogHandleBJ