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

◆ GetActorType()

string CTObjectFollower::GetActorType ( )
inlineprotected

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

36 {
37 if( m_FollowedObject )
38 return m_FollowedObject.GetType();
39 return "";
40 }