VE Lua Documentation

Press F to search!

playSFXOnceStaticCT

Definition


-- @/=[C]:-1
function playSFXOnceStaticCT(...)

Callers

@/lua/vehicle/sounds.lua
  if volume >= 0.01 and pitch >= 0.0039 then
    obj:playSFXOnceStaticCT(soundName, nodeID, volume, pitch, color or 0, texture or 0)
  end