CameraSetupGetFieldSwap
- Parameters
whichField camerafieldwhichSetup camerasetup- comment
Swapped arguments of
CameraSetupGetFieldfor 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