CameraSetSmoothingFactorBJ

Parameters
factor real
return type
nothing
Source code
function CameraSetSmoothingFactorBJ takes real factor returns nothing
    call CameraSetSmoothingFactor(factor)
endfunction
Source
Blizzard.j
wc3modding.com
CameraSetSmoothingFactorBJ