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

Function SetUserControlForceOff

Line
6526
Location
blizzard.j
Constant?
no
Type
function
Arguments
force whichForce
Returns
nothing
6526
function SetUserControlForceOff takes force whichForce returns nothing
6527
    if (IsPlayerInForce(GetLocalPlayer(), whichForce)) then
6528
        // Use only local code (no net traffic) within this block to avoid desyncs.
6529
        call EnableUserControl(false)
6530
    endif
6531
endfunction