CameraSetupGetFieldSwap

Parameters
whichField camerafield
whichSetup camerasetup
comment

Swapped arguments of CameraSetupGetField for WE usage.

return type
real
Source code
function CameraSetupGetFieldSwap takes camerafield whichField, camerasetup whichSetup returns real
    return CameraSetupGetField(whichSetup, whichField)
endfunction
Source
Blizzard.j
wc3modding.com
CameraSetupGetFieldSwap