DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
TranslateAnimationPhaseToCarDoorState()
CarDoorState
TranslateAnimationPhaseToCarDoorState
(
string
animation
)
protected
См. определение в файле
CarScript.c
строка
2513
2514
{
2515
if
(GetAnimationPhase(animation) > 0.5)
2516
{
2517
return
CarDoorState
.DOORS_OPEN;
2518
}
2519
else
2520
{
2521
return
CarDoorState
.DOORS_CLOSED;
2522
}
2523
}
CarDoorState
CarDoorState
Определения
CarScript.c:2
Используется в
CarScript::GetCarDoorsState()
.
Ishodniki
scripts
4_World
Entities
Vehicles
CarScript.c
Создано системой
1.13.2