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

◆ GetCharacterDepth()

float DayZPlayerImplementSwimming::GetCharacterDepth ( )
inlineprivate

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

24 {
25 vector pp = m_pPlayer.PhysicsGetPositionWS();
26 vector wl = HumanCommandSwim.WaterLevelCheck(m_pPlayer, pp);
27
28 return wl[1];
29 }
class HumanCommandLadder HumanCommandSwim()
Определения human.c:673

Перекрестные ссылки HumanCommandSwim() и m_pPlayer.