DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnExecuteServer()
override void ActionEmptySeedsPack::OnExecuteServer
(
ActionData
action_data
)
inline
private
См. определение в файле
ActionEmptySeedsPack.c
строка
31
32
{
33
SeedPackBase item_SPB = SeedPackBase.Cast( action_data.m_MainItem );
34
35
// The following careful script fixes an issue with VME with unknown repro.
36
37
if
(item_SPB)
38
{
39
PlayerBase player;
40
41
if
(action_data)
42
player = action_data.m_Player;
43
44
item_SPB.EmptySeedPack( player );
45
}
46
}
Перекрестные ссылки
ActionData
.
ActionEmptySeedsPack
Создано системой
1.13.2