Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CameraShakeManagerComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_CameraShakeManagerComponentClass

Variables

SCR_CameraShakeManagerComponentClass m_mShakeMatrix [4]
 This manager allows adding camera shake that is updated automatically and can be applied to any transform via provided API.
float m_fFovScale
const int CAMERA_SHAKE_INSTANCES = 16
 Array of pre-cached generic shakes.
ref SCR_NoisyCameraShakeProgress m_aShakeInstances [CAMERA_SHAKE_INSTANCES]
ref array< ref SCR_BaseCameraShakeProgressm_aAdditionalInstances = {}
 Array of custom shakes.

Variable Documentation

◆ CAMERA_SHAKE_INSTANCES

const int CAMERA_SHAKE_INSTANCES = 16
protected

Array of pre-cached generic shakes.

Definition at line 14 of file SCR_CameraShakeManagerComponent.c.

◆ m_aAdditionalInstances

ref array<ref SCR_BaseCameraShakeProgress> m_aAdditionalInstances = {}
protected

Array of custom shakes.

Definition at line 18 of file SCR_CameraShakeManagerComponent.c.

◆ m_aShakeInstances

ref SCR_NoisyCameraShakeProgress m_aShakeInstances[CAMERA_SHAKE_INSTANCES]
protected

Definition at line 15 of file SCR_CameraShakeManagerComponent.c.

◆ m_fFovScale

float m_fFovScale
protected

Definition at line 11 of file SCR_CameraShakeManagerComponent.c.

◆ m_mShakeMatrix

This manager allows adding camera shake that is updated automatically and can be applied to any transform via provided API.

Immediate shake transformation matrix