DayZ 1.27
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.

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

625 {
626 return "";
627 }