CameraSetupGetFieldSwap

Parameters
whichField camerafield
whichSetup camerasetup
comment

Swapped arguments of CameraSetupGetField for WE usage.

patch

1.00

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