![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | CameraShake (float strength_factor, float radius, float smoothness, float radius_decay_speed) |
| void | ~CameraShake () |
| void | Update (float delta_time, out float x_axis, out float y_axis) |
Private Attributes | |
| float | m_InitLR |
| float | m_InitUD |
| DayZPlayerImplement | m_Player |
| float | m_Radius |
| float | m_RadiusDecaySpeed |
| float | m_RandomAngle |
| float | m_Smoothness |
| float | m_StregthFactor |
| float | m_Time |
| bool | m_ToDelete |
| const float | MIN_PLAYER_DISTANCE = 40 |
Definition at line 1 of file camerashake.c.
|
inlineprivate |
Definition at line 16 of file camerashake.c.
References m_Player.
|
inlineprivate |
Definition at line 23 of file camerashake.c.
References g_Game, m_Player, m_Radius, m_RadiusDecaySpeed, m_Smoothness, and m_StregthFactor.
Definition at line 41 of file camerashake.c.
References m_Radius, m_RadiusDecaySpeed, m_RandomAngle, m_Smoothness, m_StregthFactor, m_ToDelete, and Math::RandomFloat().
|
private |
Definition at line 9 of file camerashake.c.
|
private |
Definition at line 10 of file camerashake.c.
|
private |
Definition at line 14 of file camerashake.c.
Referenced by CameraShake(), and ~CameraShake().
|
private |
Definition at line 5 of file camerashake.c.
Referenced by CameraShake(), and Update().
|
private |
Definition at line 6 of file camerashake.c.
Referenced by CameraShake(), and Update().
|
private |
Definition at line 7 of file camerashake.c.
Referenced by Update().
|
private |
Definition at line 12 of file camerashake.c.
Referenced by CameraShake(), and Update().
|
private |
Definition at line 13 of file camerashake.c.
Referenced by CameraShake(), and Update().
|
private |
Definition at line 8 of file camerashake.c.
|
private |
Definition at line 11 of file camerashake.c.
Referenced by Update().
|
private |
Definition at line 3 of file camerashake.c.