Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс Land_Bilboard_Base
+ Граф наследования:Land_Bilboard_Base:

Закрытые члены

void Land_Bilboard_Base ()
 

Подробное описание

Конструктор(ы)

◆ Land_Bilboard_Base()

void Land_Bilboard_Base ( )
inlineprivate
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 }
eBleedingSourceType GetType()
Definition BleedingSource.c:63
DayZGame g_Game
Definition DayZGame.c:3746
Definition EntityAI.c:95

Перекрестные ссылки g_Game и GetType().


Объявления и описания членов класса находятся в файле: