DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SpawnCameraShake()
void SpawnCameraShake
(
float
strength
=
1
,
float
radius
=
2
,
float
smoothness
=
5
,
float
radius_decay_speed
=
6
)
См. определение в файле
dayzplayer.c
строка
127
128
{
129
SpawnCameraShakeProper
(strength, radius, smoothness, radius_decay_speed);
//done this way in order to avoid duplicating default params which could cause issues under certain circumstances
130
}
SpawnCameraShakeProper
void SpawnCameraShakeProper(float strength, float radius, float smoothness, float radius_decay_speed)
Определения
DayZPlayerCamera_Base.c:344
Перекрестные ссылки
SpawnCameraShakeProper()
.
Ishodniki
scripts
3_Game
dayzplayer.c
Создано системой
1.13.2