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

◆ SetActions()

override void TrapSpawnBase::SetActions ( )
inlineprivate

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

99 {
100 super.SetActions();
101
102 // We remove the hunting trap deploy action in order to allow advanced placement
103 RemoveAction(ActionDeployHuntingTrap);
104
105 AddAction(ActionTogglePlaceObject);
107 }
PlaceObjectActionReciveData ActionReciveData ActionDeployObject()
Определения ActionDeployObject.c:9
void AddAction(typename actionName)
Определения AdvancedCommunication.c:220
void RemoveAction(typename actionName)
Определения AdvancedCommunication.c:252

Перекрестные ссылки ActionDeployObject(), AddAction() и RemoveAction().