CameraSetupApplyWithZ
- Parameters
-
whichSetup camerasetup
The camerasetup to apply.
zDestOffset real
The camera's z-offset will gradually change to this value over the specified duration.
- comment
-
Applies the camerasetup with a custom z-offset, altering the current camera's fields to match those of the camera setup. The z-offset input will override the z-offset specified by the camerasetup through
CameraSetupSetField
. - bug
-
If a player pauses the game after the camerasetup has been applied, the z-offset of the game camera will change to the z-offset of the camerasetup for that player.
- patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native CameraSetupApplyWithZ takes camerasetup whichSetup, real zDestOffset returns nothing