DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
~RestrainingToolLocked()
void ItemBase::~RestrainingToolLocked
(
)
inline
private
См. определение в файле
HandcuffsLocked.c
строка
3
4
{
5
PlayerBase player = PlayerBase.Cast(GetHierarchyRootPlayer());
6
if
( player && player.IsRestrained() )
7
{
8
player.SetRestrained(
false
);
9
}
10
}
ItemBase
Создано системой
1.13.2