CameraSetupGetFieldSwap

Parameters
whichFieldcamerafield
whichSetupcamerasetup
comment

Swapped arguments of CameraSetupGetField for WE usage.

patch

1.00

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
real
Source code
function CameraSetupGetFieldSwap takes camerafield whichField, camerasetup whichSetup returns real
    return CameraSetupGetField(whichSetup, whichField)
endfunction