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

◆ SetColor()

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

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

3853 {
3858 SetVariableMask(VARIABLE_COLOR);
3859 }
int m_ColorComponentB
Определения ItemBase.c:86
int m_ColorComponentA
Определения ItemBase.c:87
int m_ColorComponentG
Определения ItemBase.c:85
int m_ColorComponentR
Определения ItemBase.c:84
const int VARIABLE_COLOR
Определения 3_Game/DayZ/constants.c:637

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