The search keyword must be a single word (no spaces).

Function TimerDialogDisplayForPlayerBJ

Line
5973
Location
blizzard.j
Constant?
no
Type
function
Arguments
boolean show, timerdialog td, player whichPlayer
Returns
nothing
5973
function TimerDialogDisplayForPlayerBJ takes boolean show, timerdialog td, player whichPlayer returns nothing
5974
    if (GetLocalPlayer() == whichPlayer) then
5975
        // Use only local code (no net traffic) within this block to avoid desyncs.
5976
        call TimerDialogDisplay(td, show)
5977
    endif
5978
endfunction