DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
CivilianSedanFrontLight.c
См. документацию.
1
class
CivilianSedanFrontLight
extends
CarLightBase
2
{
3
void
CivilianSedanFrontLight
()
4
{
5
m_SegregatedBrightness = 5;
6
m_SegregatedRadius = 65;
7
m_SegregatedAngle = 90;
8
m_SegregatedColorRGB =
Vector
(1.0, 0.8, 0.8);
9
10
m_AggregatedBrightness = 10;
11
m_AggregatedRadius = 80;
12
m_AggregatedAngle = 100;
13
m_AggregatedColorRGB =
Vector
(1.0, 0.8, 0.8);
14
15
FadeIn(0.3);
16
SetFadeOutTime(0.25);
17
18
SegregateLight();
19
}
20
}
CarLightBase::CivilianSedanFrontLight
void CivilianSedanFrontLight()
Определения
CivilianSedanFrontLight.c:3
CarLightBase
Определения
CarRearLightBase.c:2
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
Ishodniki
scripts
4_World
Entities
ScriptedLightBase
SpotLightBase
CarLightBase
CivilianSedanFrontLight.c
Создано системой
1.13.2