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

◆ OnStartServer()

override void ActionCraftBoltsFeather::OnStartServer ( ActionData action_data)
inlineprotected

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

56 {
57 super.OnStartServer(action_data);
58
59 m_IsFeatherInHands = IsFeatherType(action_data.m_MainItem.ClassName());
60 m_ResultEntity = null;
61 }
Ammunition_Base m_ResultEntity
Определения ActionCraftBoltsFeather.c:14
bool IsFeatherType(string itemInHandsType)
Определения ActionCraftBoltsFeather.c:34

Перекрестные ссылки ActionData, IsFeatherType(), m_IsFeatherInHands и m_ResultEntity.