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

◆ SyncSoundPushBoat()

void BoatScript::SyncSoundPushBoat ( bool play)
inlineprotected

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

649 {
650 if (m_PlaySoundPushBoat != play)
651 {
652 m_PlaySoundPushBoat = play;
653 SetSynchDirty();
654 }
655 }
bool m_PlaySoundPushBoat
Определения BoatScript.c:60

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

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