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

◆ CanBePlacedFailMessage()

string Entity::CanBePlacedFailMessage ( Man player,
vector position )
inlineprotected

Method which returns message why object can't be placed at given position.

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

637 {
638 return "";
639 }