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

◆ ProcessVisualComponents()

int ProcessVisualComponents ( )
protected

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

209 {
210 float visualMean = 0;
211 if (m_pPlayer)
212 {
213 visualMean = (m_pPlayer.GetVisibilityCoef() + GetMovementSpeedVisualCoef() + GetMovementStanceVisualCoef()) / 3;
214 }
215
216 return visualMean;
217 }
float GetMovementSpeedVisualCoef()
Visibility.
Определения PluginPresenceNotifier.c:234
float GetMovementStanceVisualCoef()
Определения PluginPresenceNotifier.c:256
DayZPlayer m_pPlayer
data
Определения dayzplayer.c:135

Перекрестные ссылки GetMovementSpeedVisualCoef(), GetMovementStanceVisualCoef() и m_pPlayer.

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