DayZ 1.28
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/Entities/EntityAI.c строка 3774

3775 {
3776 return "None";
3777 }