CameraSetTargetNoiseEx
- Parameters
-
mag real
The magnitude of the swaying.
velocity real
The speed of the swaying.
vertOnly boolean
Stands for "vertical only". If set to true, then the swaying will only modify target distance and z-offset.
- comment
Causes the camera's target to sway, just like CameraSetTargetNoise. (the camera's target, not the camera's perspective) The higher the magnitude, the higher the range of swaying. The higher the velocity, the more rapidly the swaying occurs.
Causes the camera's source to sway (the camera's perspective, not the camera's target). The higher the magnitude, the higher the range of swaying. The higher the velocity, the more rapidly the swaying occurs. This will not affect the camera's target coordinates.
- patch
1.07
- Source
- common.j
- return type
nothing
- Source code
native CameraSetTargetNoiseEx takes real mag, real velocity, boolean vertOnly returns nothing