GE Lua Documentation

Press F to search!

newFreqFilter1

Definition


-- @/lua/common/filters.lua:20

function newFreqFilter1()
  local data = {
    state = 0, state2 = 0, x = 0
  }
  return setmetatable(data, freqFilter1)
end

Callers