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

◆ AddTeleport()

void AddTeleport ( )

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

69 {
70 BenchmarkLocation loc = new BenchmarkLocation("Teleport");
71 loc.SetDummyTeleport();
72 m_Locations.Insert(loc);
73 }
ref array< ref BenchmarkLocation > m_Locations
Определения MissionBenchmark.c:52
void SetDummyTeleport()
Определения MissionBenchmark.c:32

Перекрестные ссылки m_Locations и BenchmarkLocation::SetDummyTeleport().