VE Lua Documentation

Press F to search!

sendHydroStateToGUI

Definition


-- @/lua/vehicle/hydros.lua:843

local function sendHydroStateToGUI()
  guihooks.trigger('HydrosUpdate', M.state);
end

Callers