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

Закрытые данные

const int RED = 0xFF0000
 
const int CYAN = 0x00FFFF
 
const int GRAY = 0xBEBEBE
 
const int GREEN = 0x00FF00
 
const int PURPLE = 0xA020F0
 
const int YELLOW = 0xFFFF00
 
const int ORANGE = 0xFFA500
 
const int BLUE = 0x0000FF
 
const int BLACK = 0x000000
 
const int BROWN = 0xA52A2A
 
const int WHITE = 0xFFFFFF
 
const int WHITEGRAY = 0xA0A1A1
 
const int COLOR_DEFAULT = 0x64000000
 
const int COLOR_RUINED = 0x00FF0000
 
const int COLOR_BADLY_DAMAGED = 0x00FFBF00
 
const int COLOR_DAMAGED = 0x00FFFF00
 
const int COLOR_WORN = 0x00BFFF00
 
const int COLOR_PRISTINE = 0x0040FF00
 
const int COLOR_DRENCHED = 0x000000FF
 
const int COLOR_SOAKING_WET = 0x003030FF
 
const int COLOR_WET = 0x006060FF
 
const int COLOR_DAMP = 0x009090FF
 
const int COLOR_LIQUID = 0x0000EEFF
 
const int COLOR_RAW = 0x00BF4242
 
const int COLOR_BAKED = 0x00A56D28
 
const int COLOR_BOILED = 0x00AF9442
 
const int COLOR_DRIED = 0x00FFEB48
 
const int COLOR_BURNED = 0x00888888
 
const int COLOR_ROTTEN = 0x00A93F15
 
const int COLOR_DAYZ_RED = 0xffd70d11
 
const int COLOR_DAYZ_DARK_BLUE = 0xff13151b
 
const int COLOR_DAYZ_SMOKY_BLUE = 0xff262a33
 
const int COLOR_DAYZ_WHITE_BLUE = 0xfff9fcfe
 
const int COLOR_DAYZ_LIGHT_SHADE = 0xff7d7f85
 
const int COLOR_DAYZ_WASHOUT = 0xffcfd2d6
 
const int COLOR_LIVONIA_EMERALD_GREEN = 0xff4a8765
 
const int COLOR_LIVONIA_FOREST_GREEN = 0xff47533e
 
const int COLOR_LIVONIA_DARK_GREEN = 0xff1c2118
 
const int COLOR_LIVONIA_BLACK_GREEN = 0xff0b100a
 
const int COLOR_LIVONIA_OLIVE = 0xff8e8045
 

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

Поля

◆ BLACK

const int BLACK = 0x000000
private

◆ BLUE

const int BLUE = 0x0000FF
private

◆ BROWN

const int BROWN = 0xA52A2A
private

◆ COLOR_BADLY_DAMAGED

◆ COLOR_BAKED

const int COLOR_BAKED = 0x00A56D28
private

Используется в UIScriptedMenu::UpdateItemInfoFoodStage().

◆ COLOR_BOILED

const int COLOR_BOILED = 0x00AF9442
private

Используется в UIScriptedMenu::UpdateItemInfoFoodStage().

◆ COLOR_BURNED

const int COLOR_BURNED = 0x00888888
private

Используется в UIScriptedMenu::UpdateItemInfoFoodStage().

◆ COLOR_DAMAGED

◆ COLOR_DAMP

const int COLOR_DAMP = 0x009090FF
private

Используется в UIScriptedMenu::UpdateItemInfoWetness().

◆ COLOR_DAYZ_DARK_BLUE

const int COLOR_DAYZ_DARK_BLUE = 0xff13151b
private

◆ COLOR_DAYZ_LIGHT_SHADE

const int COLOR_DAYZ_LIGHT_SHADE = 0xff7d7f85
private

◆ COLOR_DAYZ_RED

const int COLOR_DAYZ_RED = 0xffd70d11
private

◆ COLOR_DAYZ_SMOKY_BLUE

const int COLOR_DAYZ_SMOKY_BLUE = 0xff262a33
private

◆ COLOR_DAYZ_WASHOUT

const int COLOR_DAYZ_WASHOUT = 0xffcfd2d6
private

◆ COLOR_DAYZ_WHITE_BLUE

const int COLOR_DAYZ_WHITE_BLUE = 0xfff9fcfe
private

◆ COLOR_DEFAULT

const int COLOR_DEFAULT = 0x64000000
private

◆ COLOR_DRENCHED

const int COLOR_DRENCHED = 0x000000FF
private

Используется в UIScriptedMenu::UpdateItemInfoWetness().

◆ COLOR_DRIED

const int COLOR_DRIED = 0x00FFEB48
private

Используется в UIScriptedMenu::UpdateItemInfoFoodStage().

◆ COLOR_LIQUID

const int COLOR_LIQUID = 0x0000EEFF
private

Используется в UIScriptedMenu::UpdateItemInfoLiquidType().

◆ COLOR_LIVONIA_BLACK_GREEN

const int COLOR_LIVONIA_BLACK_GREEN = 0xff0b100a
private

◆ COLOR_LIVONIA_DARK_GREEN

const int COLOR_LIVONIA_DARK_GREEN = 0xff1c2118
private

◆ COLOR_LIVONIA_EMERALD_GREEN

const int COLOR_LIVONIA_EMERALD_GREEN = 0xff4a8765
private

◆ COLOR_LIVONIA_FOREST_GREEN

const int COLOR_LIVONIA_FOREST_GREEN = 0xff47533e
private

◆ COLOR_LIVONIA_OLIVE

const int COLOR_LIVONIA_OLIVE = 0xff8e8045
private

◆ COLOR_PRISTINE

◆ COLOR_RAW

const int COLOR_RAW = 0x00BF4242
private

Используется в UIScriptedMenu::UpdateItemInfoFoodStage().

◆ COLOR_ROTTEN

const int COLOR_ROTTEN = 0x00A93F15
private

Используется в UIScriptedMenu::UpdateItemInfoFoodStage().

◆ COLOR_RUINED

◆ COLOR_SOAKING_WET

const int COLOR_SOAKING_WET = 0x003030FF
private

Используется в UIScriptedMenu::UpdateItemInfoWetness().

◆ COLOR_WET

const int COLOR_WET = 0x006060FF
private

Используется в UIScriptedMenu::UpdateItemInfoWetness().

◆ COLOR_WORN

◆ CYAN

const int CYAN = 0x00FFFF
private

◆ GRAY

const int GRAY = 0xBEBEBE
private

◆ GREEN

◆ ORANGE

const int ORANGE = 0xFFA500
private

◆ PURPLE

const int PURPLE = 0xA020F0
private

◆ RED

◆ WHITE

const int WHITE = 0xFFFFFF
private

Используется в ManBase::GetDebugActions() и Hud::RefreshVehicleHud().

◆ WHITEGRAY

const int WHITEGRAY = 0xA0A1A1
private

Используется в UIScriptedMenu::UpdateItemInfoCleanness().

◆ YELLOW

const int YELLOW = 0xFFFF00
private

Используется в SpookyEventBase::Perform().


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