DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetColor()

override void InventoryItem::SetColor ( int r,
int g,
int b,
int a )
inlineprotected

См. определение в файле ItemBase.c строка 3797

3798 {
3803 SetVariableMask(VARIABLE_COLOR);
3804 }
int m_ColorComponentB
Определения ItemBase.c:80
int m_ColorComponentA
Определения ItemBase.c:81
int m_ColorComponentG
Определения ItemBase.c:79
int m_ColorComponentR
Определения ItemBase.c:78
const int VARIABLE_COLOR
Определения 3_Game/constants.c:634

Перекрестные ссылки m_ColorComponentA, m_ColorComponentB, m_ColorComponentG, m_ColorComponentR и VARIABLE_COLOR.