DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Signs.c
См. документацию.
1
class
Land_Bilboard_Base
:
House
2
{
3
void
Land_Bilboard_Base
()
4
{
5
#ifndef SERVER
6
if
(
g_Game
.GetBillboardHandler())
7
{
8
string
texture =
g_Game
.GetBillboardHandler().GetTextureByType(
GetType
());
9
if
(texture)
10
{
11
int
index = GetHiddenSelectionIndex(
"advert"
);
12
if
(index != -1)
13
SetObjectTexture(index, texture);
14
}
15
}
16
#endif
17
}
18
}
GetType
eBleedingSourceType GetType()
Определения
BleedingSource.c:63
g_Game
DayZGame g_Game
Определения
DayZGame.c:3868
House::House
void House()
Определения
Building.c:3
Land_Bilboard_Base::Land_Bilboard_Base
void Land_Bilboard_Base()
Определения
Signs.c:3
Ishodniki
scripts
4_World
Entities
Building
Signs.c
Создано системой
1.13.2