API ReferenceGE Extensionsflowgraphnodesui
Clear Goals (Flowgraph Node)
- **Node Name:** `Clear Goals`
Overview
- Node Name:
Clear Goals - Category:
once_instant - File:
extensions/flowgraph/nodes/ui/tasklistClear.lua - Author: BeamNG
Clears all goals from the tasklist UI app. Simple utility node with no inputs or outputs beyond default flow.
Pin Schema
No custom pins. Uses only the default flow pins.
How It Works
workOnce()- Triggersguihooks.trigger('ClearTasklist')to remove all goals from the tasklist display.
Lua Code Example
-- Clear all goals from the tasklist:
guihooks.trigger('ClearTasklist')Key Dependencies
guihooks.trigger('ClearTasklist')- Clears the tasklist/goals UI app
See Also
- Medal / Auto Medal (Flowgraph Node) - Related reference
- Clear Messages (Flowgraph Node) - Related reference
- Context Translation (Flowgraph Node) - Related reference
- FlowGraph Guide - Guide