VE Lua Documentation

Press F to search!

hasActiveStreams

Definition


-- @/lua/vehicle/guistreams.lua:101

local function hasActiveStreams()
  return next(streamControl) ~= nil or not hasBeenSet
end

Callers

@/lua/vehicle/main.lua

  if streams.hasActiveStreams() and obj:getUpdateUIflag() then
    guihooks.updateStreams = true