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

◆ ~RestrainingToolLocked()

void ItemBase::~RestrainingToolLocked ( )
inlineprivate

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

4 {
5 PlayerBase player = PlayerBase.Cast(GetHierarchyRootPlayer());
6 if ( player && player.IsRestrained() )
7 {
8 player.SetRestrained(false);
9 }
10 }