← Back to Index

CameraShakePacket (159)

Used to control trigger camera shake movements on the client's player camera
It may be used to queue or stop a camera shake
Field Name Type Field Index Description
Intensity (Required) float 0 Camera shake intensity
Seconds (Required) float 1 Camera shake duration in seconds
Shake Type (Required) uint8 2 The type of calculation used for determining camera shake
Enum Values:
Index Value
0 Positional
1 Rotational
Shake Action (Required) uint8 3 The action to perform to camera shake
Enum Values:
Index Value
0 Add
1 Stop