API ReferenceGE Extensionsflowgraphnodescareer
Garage Computer Util (Flowgraph Node)
- **Node Name:** `Garage Computer Util`
Overview
- Node Name:
Garage Computer Util - Category:
repeat_instant - File:
extensions/flowgraph/nodes/career/garageComputerUtil.lua
Utility node for the garage tutorial that detects various computer/tuning/shopping events.
Pin Schema
Output Pins
| Pin | Type | Description |
|---|---|---|
computerOpened | flow (impulse) | Fires when the garage computer menu is opened |
tuningStarted | flow (impulse) | Fires when tuning mode is opened |
tuningApplied | flow (impulse) | Fires when tuning changes are applied |
shoppingStarted | flow (impulse) | Fires when part shopping is opened |
partInstalled | flow (impulse) | Fires when a part is installed |
transactionComplete | flow (impulse) | Fires when a shopping transaction completes |
Behavior
work()- Resets all output pins tofalse, then applies any queued flags from event hooks and clears the flags table.
Event Hooks
| Hook | Output Pin |
|---|---|
onComputerMenuOpened | computerOpened |
onCareerTuningStarted | tuningStarted |
onCareerTuningApplied | tuningApplied |
onPartShoppingStarted | shoppingStarted |
onPartShoppingPartInstalled | partInstalled |
onPartShoppingTransactionComplete | transactionComplete |
Notes
- Standard flags-based impulse pattern used across career tutorial nodes.
See Also
- Add To Inventory (Flowgraph Node) - Related reference
- Career Vehicle Select (Flowgraph Node) - Related reference
- Set Tutorial Step (Flowgraph Node) - Related reference
- FlowGraph Guide - Guide