Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл HitDirectionImagesSplash.c

См. исходные тексты.

Структуры данных

class  HitDirectionImagesSplash_Static
 

Функции

class HitDirectionImagesSplash_Static PerformRegisterImages ()
 
static void InitArrays ()
 
ref array< stringGetTypeLayoutPathArray ()
 
ref array< stringGetTypeImagePathArray ()
 

Переменные

static ref array< stringm_ImagePathsLayouts
 
static ref array< stringm_ImagePathsImages
 

Функции

◆ GetTypeImagePathArray()

ref array< string > GetTypeImagePathArray ( )
protected
34 {
36 }
Definition HitDirectionImagesSplash.c:3
static ref array< string > m_ImagePathsImages
Definition HitDirectionImagesSplash.c:5

Перекрестные ссылки HitDirectionImagesSplash_Static::m_ImagePathsImages.

◆ GetTypeLayoutPathArray()

ref array< string > GetTypeLayoutPathArray ( )
protected
29 {
31 }
static ref array< string > m_ImagePathsLayouts
Definition HitDirectionImagesSplash.c:4

Перекрестные ссылки HitDirectionImagesSplash_Static::m_ImagePathsLayouts.

◆ InitArrays()

static void InitArrays ( )
static

◆ PerformRegisterImages()

class HitDirectionImagesSplash_Static PerformRegisterImages ( )
20 {
22
23 RegisterImage("gui/layouts/gameplay/HitDirectionIndication.layout","Single_indicator_Splash_0");
24 RegisterImage("gui/layouts/gameplay/HitDirectionIndication.layout","Single_indicator_Splash_1");
25 RegisterImage("gui/layouts/gameplay/HitDirectionIndication.layout","Single_indicator_Splash_2");
26 }
static void InitArrays()
Definition HitDirectionImagesSplash.c:7

Переменные

◆ m_ImagePathsImages

ref array<string> m_ImagePathsImages
static

◆ m_ImagePathsLayouts

ref array<string> m_ImagePathsLayouts
static