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

◆ SyncSoundPushBoat()

void BoatScript::SyncSoundPushBoat ( bool play)
inlineprotected

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

705 {
706 if (m_PlaySoundPushBoat != play)
707 {
708 m_PlaySoundPushBoat = play;
709 SetSynchDirty();
710 }
711 }
bool m_PlaySoundPushBoat
Определения BoatScript.c:71

Перекрестные ссылки m_PlaySoundPushBoat.

Используется в ActionPushBoat::OnEndServer() и ActionPushBoat::OnStartServer().