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

◆ SetActions()

void Car::SetActions ( )
inlineprotected

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

2729 {
2730 AddAction(ActionOpenCarDoorsOutside);
2731 AddAction(ActionCloseCarDoorsOutside);
2732 AddAction(ActionGetInTransport);
2733 AddAction(ActionSwitchLights);
2735 AddAction(ActionCarHornLong);
2737 }
CarHornActionData ActionData ActionCarHornShort()
Определения ActionCarHorn.c:67
ActionPushCarCB ActionPushObjectCB ActionPushCar()
Определения ActionPushCar.c:58
void AddAction(typename actionName)
Определения CarScript.c:2739

Перекрестные ссылки ActionCarHornShort(), ActionPushCar() и AddAction().