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

◆ GetAttachmentSoundType()

string Entity::GetAttachmentSoundType ( )
inlineprotected

returns sound type of attachment (used for clothing and weapons on DayZPlayerImplement, paired with Anim*Type enum from DayZAnimEvents)

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 3817

3818 {
3819 return "None";
3820 }