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

◆ SpawnEntityOnGroundOnCursorDir()

EntityAI ManBase::SpawnEntityOnGroundOnCursorDir ( string object_name,
float distance )
inlineprotected

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

6481 {
6482 vector position = GetPosition() + (GetDirection() * distance);
6483 return SpawnEntityOnGroundPos(object_name, position);
6484 }
override EntityAI SpawnEntityOnGroundPos(string object_name, vector pos)
Определения PlayerBase.c:6445
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

Перекрестные ссылки GetPosition() и SpawnEntityOnGroundPos().