Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
signs.c
Go to the documentation of this file.
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
}
g_Game
DayZGame g_Game
Definition:
dayzgame.c:3727
Land_Bilboard_Base
Definition:
signs.c:1
House
Definition:
crashbase.c:1
GetType
override int GetType()
Definition:
huddebugwincharagents.c:49
DAYZ
scripts_v1.24.157551
scripts
world
entities
building
signs.c
Generated by
1.8.17