DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
MuzzleFlashLight()
void PointLightBase::MuzzleFlashLight
(
)
inline
private
См. определение в файле
MuzzleFlashLight.c
строка
5
6
{
7
SetLifetime(
m_Lifetime
);
8
FadeIn(
m_Lifetime
* 0.5);
9
SetFadeOutTime(
m_Lifetime
* 0.5);
10
SetVisibleDuringDaylight(
true
);
11
SetRadiusTo( 15 );
12
SetBrightnessTo(1);
13
SetCastShadow(
false
);
14
SetAmbientColor(0.76, 0.68, 0.31);
15
SetDiffuseColor(0.76, 0.68, 0.31);
16
SetFlareVisible(
false
);
17
}
PointLightBase::m_Lifetime
static float m_Lifetime
Определения
MuzzleFlashLight.c:3
Перекрестные ссылки
m_Lifetime
.
PointLightBase
Создано системой
1.13.2