API ReferenceGE Extensionsflowgraphnodesui
Clear Messages (Flowgraph Node)
- **Node Name:** `Clear Messages`
Overview
- Node Name:
Clear Messages - Category:
once_instant - File:
extensions/flowgraph/nodes/ui/clearMessage.lua - Author: BeamNG
Clears all on-screen UI messages.
Pin Schema
No custom pins - only the default flow in/out.
How It Works
workOnce()- Triggersguihooks.trigger('ClearAllMessages')to clear all displayed messages in the UI.
Key Dependencies
guihooks.trigger('ClearAllMessages')- the UI hook that clears message overlays.
Example Usage
-- Clear messages before showing new ones:
guihooks.trigger('ClearAllMessages')
-- Then display fresh messagesSee Also
- Medal / Auto Medal (Flowgraph Node) - Related reference
- Context Translation (Flowgraph Node) - Related reference
- ConvertUnit (Flowgraph Node) - Related reference
- FlowGraph Guide - Guide