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

◆ Teleport()

void ScriptConsoleGeneralTab::Teleport ( PlayerBase player,
vector position )
inlineprotected

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

239 {
240 if (position[1] == 0)
241 position[1] = GetGame().SurfaceY(position[0], position[2]);
242 m_Developer.Teleport(player, position);
243 }
proto native float SurfaceY(float x, float z)
PluginDeveloper m_Developer
Определения ScriptConsoleGeneralTab.c:17
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_Developer и CGame::SurfaceY().

Используется в OnDoubleClick() и ProcessTeleportText().