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

Function SetUserControlForceOn

Line
6518
Location
blizzard.j
Constant?
no
Type
function
Arguments
force whichForce
Returns
nothing
6518
function SetUserControlForceOn takes force whichForce returns nothing
6519
    if (IsPlayerInForce(GetLocalPlayer(), whichForce)) then
6520
        // Use only local code (no net traffic) within this block to avoid desyncs.
6521
        call EnableUserControl(true)
6522
    endif
6523
endfunction