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

◆ SetStance()

void PluginBase::SetStance ( int value)
inlineprivate

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

95 {
96 Mission mission = GetGame().GetMission();
97 if ( mission )
98 {
99 Hud hud = mission.GetHud();
100 if ( hud )
101 {
102 hud.DisplayStance( value );
103 }
104 }
105 }
Mission mission
Определения DisplayStatus.c:28
proto native Mission GetMission()
void DisplayStance(int stance)
Определения gameplay.c:645
Hud GetHud()
Определения gameplay.c:721
proto native CGame GetGame()

Перекрестные ссылки Hud::DisplayStance(), GetGame(), CGame::GetMission() и mission.