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

◆ FlipVehicle()

void BoatScript::FlipVehicle ( )
inlineprotected

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

666 {
667 vector orient = GetOrientation();
668 orient[2] = orient[2] + 180;
669 SetOrientation(orient);
670
671 vector pos = GetPosition();
672 pos[1] = pos[1] + 0.5;
673 SetPosition(pos);
674 }
vector GetOrientation()
Определения AreaDamageManager.c:306
proto native void SetPosition(vector position)
Set the world position of the Effect.
Определения Effect.c:438
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки GetOrientation(), GetPosition и SetPosition().

Используется в OnAction().