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

◆ SetPosition() [1/3]

proto native void SoundParams::SetPosition ( vector pos)

Note: Sets the position locally if parented, retrieves globally with the sound offset.

Note: Sets the position locally if parented, retrieves globally with the sound offset.

Предупреждения
Only sets the cached variable, for immediate effect use SetCurrent variant
Аргументы
posvector The world position for the Effect

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

439 {
440 m_Position = pos;
441 }
vector m_Position
Cached world position.
Определения Effect.c:41