VE Lua Documentation

Press F to search!

deleteConditionSnapshots

Definition


-- @/lua/vehicle/partCondition.lua:65

local function deleteConditionSnapshots()
  savedConditionSnapshots = {}
  resetSnapshotKey = nil
end

Callers

@/lua/vehicle/extensions/gameplayInterfaceModules/interactPartCondition.lua

local function deleteConditionSnapshots(params)
  local dataTypeCheck, dataTypeError = checkTableDataTypes(params, {})
  end
  partCondition.deleteConditionSnapshots()
end