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

◆ UpdateLED()

void UpdateLED ( string selection,
string color )
protected

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

332 {
333 int selectionIdx = GetHiddenSelectionIndex(selection);
334 SetObjectTexture(selectionIdx, color);
335 //Print("selection: " +selection + ", color: " + color +", selectionIdx: "+ selectionIdx);
336 }

Используется в EEKilled(), OnCEUpdate(), OnLEDStateChanged() и OnWasDetached().