GE Lua Documentation

Press F to search!

onEnabled

Definition


-- @/lua/ge/client/postFx.lua:109
postEffectCallbacks.onEnabled = function()
  -- log('I','postFx','PostEffect callback onEnable called....')
  return true
end

Callers