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

◆ SetNotifier()

void PluginBase::SetNotifier ( int key,
int index = 9,
string label = "",
int color = 0xFFFFFFFF )
inlineprivate

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

24 {
25 if ( key )
26 {
27 if ( m_NotifiersLabel.HasKey( key ) )
28 {
29 m_NotifiersLabel.Remove( key );
30 m_NotifiersIndexColor.Remove( key );
31 }
32
33 if ( label != "" )
34 {
35 m_NotifiersLabel.Insert( key, label );
36 m_NotifiersIndexColor.Insert( key, index );
37 m_NotifiersIndexColor.Insert( key, color );
38 }
39 }
40 }
ref multiMap< int, string > m_NotifiersLabel
Определения PluginPlayerStatus.c:3
ref multiMap< int, int > m_NotifiersIndexColor
Определения PluginPlayerStatus.c:4

Перекрестные ссылки m_NotifiersIndexColor и m_NotifiersLabel.