VE Lua Documentation

Press F to search!

testInit

Definition


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

local function testInit()
  hasSetPartCondition = {} --kill data from last init to avoid dual init warning
  M.initConditions(nil, 812812000, 1, 1)
end

Callers