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

◆ FlipVehicle()

void BoatScript::FlipVehicle ( )
inlineprotected

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

722 {
723 vector orient = GetOrientation();
724 orient[2] = orient[2] + 180;
725 SetOrientation(orient);
726
727 vector pos = GetPosition();
728 pos[1] = pos[1] + 0.5;
729 SetPosition(pos);
730 }
vector GetOrientation()
Определения AreaDamageManager.c:306
proto native void SetPosition(vector position)
Set the world position of the Effect.
Определения Effect.c:463
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

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

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