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

◆ UpdateBloodTypeVisibility()

void UpdateBloodTypeVisibility ( PlayerBase player,
bool show )
protected

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

495 {
496 player.SetBloodTypeVisible( show );
497
498 if ( player.m_Hud )
499 {
500 player.m_Hud.UpdateBloodName();
501 }
502 }

Используется в SynchShowBloodTypeVisual().