TimerDialogSetTitleBJ

Parameters
td timerdialog
title string
return type
nothing
Source code
function TimerDialogSetTitleBJ takes timerdialog td, string title returns nothing
    call TimerDialogSetTitle(td, title)
endfunction
Source
Blizzard.j
wc3modding.com
TimerDialogSetTitleBJ