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

◆ SetItems()

void CTObjectFollower::SetItems ( array< string > items)
inlineprotected

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

50 {
51 m_Items = items;
52 PlayerBase p = PlayerBase.Cast( m_FollowedObject );
53 if( p )
54 {
55 foreach( string item : items )
56 {
57 p.GetInventory().CreateAttachment( item );
58 }
59 }
60 }
ref array< string > m_Items
Определения CTActor.c:9

Перекрестные ссылки m_Items.

Используется в CTActor() и Reset().