CameraSetupApplyForceDuration

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.

forceDuration real

The duration it will take to apply all the camera fields. It will ignore the times set by CameraSetupSetField.

comment

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

patch

1.00

return type
nothing
Source code
native CameraSetupApplyForceDuration        takes camerasetup whichSetup, boolean doPan, real forceDuration returns nothing
Source
common.j
wc3modding.com
CameraSetupApplyForceDuration