GE Lua Documentation

Press F to search!

getBlacklist

Definition


-- @/lua/ge/extensions/gameplay/walk.lua:355

local function getBlacklist()
  return vehicleBlacklist
end

Callers

@/lua/ge/extensions/flowgraph/modules/vehicleModule.lua
function C:executionStarted()
  self._storedWalkBlacklist = gameplay_walk.getBlacklist()
  self._storedTrailerRespawnEnabled = core_trailerRespawn and core_trailerRespawn.getEnabled()