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

◆ SetActions()

void Car::SetActions ( )
inlineprotected

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

2872 {
2873 AddAction(ActionOpenCarDoorsOutside);
2874 AddAction(ActionCloseCarDoorsOutside);
2875 AddAction(ActionGetInTransport);
2876 AddAction(ActionSwitchLights);
2878 AddAction(ActionCarHornLong);
2880 }
CarHornActionData ActionData ActionCarHornShort()
Определения ActionCarHorn.c:67
ActionPushCarCB ActionPushObjectCB ActionPushCar()
Определения ActionPushCar.c:58
void AddAction(typename actionName)
Определения CarScript.c:2882

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