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

◆ ResetItemWidget()

void ScriptedWidgetEventHandler::ResetItemWidget ( Widget item_w,
int width,
int height )
inlineprotected

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

720 {
721 if( item_w )
722 {
723 item_w.SetColor(ITEM_COLOR_NORMAL);
724 }
725 }
static int ITEM_COLOR_NORMAL
Определения InventoryGrid.c:43

Перекрестные ссылки ITEM_COLOR_NORMAL.

Используется в AddItem(), ResetItem() и SetItem().