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

◆ OnStartAnimationLoop()

override void OnStartAnimationLoop ( ActionData action_data)

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

241 {
242 // if object has no progress, it is moved directly when action finishes
243 if (HasProgress())
244 {
245 if (!g_Game.IsDedicatedServer())
246 {
247 // Clear reservation as we put the main item from hands on ground
248 ClearInventoryReservationEx(action_data);
249 }
250
251 DropDuringPlacing(action_data.m_Player);
252 }
253 }
override bool HasProgress()
Определения ActionActivateTrap.c:41
void DropDuringPlacing()
DEPRECATED.
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки ActionData, DropDuringPlacing(), g_Game и HasProgress().