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

◆ EOnFrame()

override void DynamicArea_Flare::EOnFrame ( IEntity other,
float timeSlice )
inlineprivate

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

21 {
22 vector newPos = GetPosition();
23 newPos[1] = newPos[1] - ( FALL_SPEED * timeSlice );
24 SetPosition( newPos );
25 }
const float FALL_SPEED
Определения DynamicArea_Flare.c:4
proto native void SetPosition(vector position)
Set the world position of the Effect.
Определения Effect.c:438
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

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