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

◆ TriggerPullPlayerOutOfVehicleImpl()

void DayZPlayer::TriggerPullPlayerOutOfVehicleImpl ( )
inlineprotected

Reset the cooldown so simulation doesn't automatically get re-disabled

Synced to re-enable simulation on client as the death processing sets disable simulation to local only

Handle own client animation freeze

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

576 {
579
581 DisableSimulation(false);
582
583 switch (GetInstanceType())
584 {
585 case DayZPlayerInstanceType.INSTANCETYPE_SERVER:
586 case DayZPlayerInstanceType.INSTANCETYPE_CLIENT:
587 case DayZPlayerInstanceType.INSTANCETYPE_AI_SERVER:
588 case DayZPlayerInstanceType.INSTANCETYPE_AI_SINGLEPLAYER:
591 break;
592 }
593 }
proto native void ResetDeathCooldown()
bool m_TriggerPullPlayerOutOfVehicleSynch
Определения DayZPlayerImplement.c:159
int m_PullPlayerOutOfVehicleState
Определения DayZPlayerImplement.c:161
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1071
proto native DayZPlayerInstanceType GetInstanceType()

Перекрестные ссылки GetInstanceType(), m_PullPlayerOutOfVehicleState, m_TriggerPullPlayerOutOfVehicleSynch и ResetDeathCooldown().

Используется в OnVariablesSynchronized() и TriggerPullPlayerOutOfVehicle().