Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
signs.c
Go to the documentation of this file.
2{
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}
eBleedingSourceType GetType()
void House()
Definition building.c:87
void Land_Bilboard_Base()
Definition signs.c:3
DayZGame g_Game
Definition dayzgame.c:3942