CameraSetupApply

Parameters
whichSetup camerasetup

The camerasetup to apply.

doPan boolean

If set to true, it will move the current camera's target coordinates to the camera setup's target coordinates. If false, the camera will not move coordinates, but will still apply the other fields.

panTimed boolean

If set to true, then it will change the camera's properties over the times specified in CameraSetupSetField.

comment

Applies the camerasetup, altering the current camera's fields to match those of the camera setup.

patch

1.00

return type
nothing
Source code
native CameraSetupApply                     takes camerasetup whichSetup, boolean doPan, boolean panTimed returns nothing
Source
common.j
wc3modding.com
CameraSetupApply