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

Function ShowInterfaceForceOff

Line
6542
Location
blizzard.j
Constant?
no
Type
function
Arguments
force whichForce, real fadeDuration
Returns
nothing
6542
function ShowInterfaceForceOff takes force whichForce, real fadeDuration returns nothing
6543
    if (IsPlayerInForce(GetLocalPlayer(), whichForce)) then
6544
        // Use only local code (no net traffic) within this block to avoid desyncs.
6545
        call ShowInterface(false, fadeDuration)
6546
    endif
6547
endfunction