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

◆ UpdatePreyPos()

void ItemBase::UpdatePreyPos ( )
inlineprotected

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

241 {
243 if (MemoryPointExists("Prey_Position"))
244 m_PreyPos = ModelToWorld(GetMemoryPointPos("Prey_Position"));
245 }
vector m_PreyPos
Определения TrapSpawnBase.c:31
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

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

Используется в OnCatchSpawnClient(), SetActive() и SpawnCatch().