API ReferenceGE Extensionsflowgraphnodescareer
On Garage Event (Flowgraph Node)
- **Node Name:** `On Garage Event`
Overview
- Node Name:
On Garage Event - Category:
repeat_instant - File:
extensions/flowgraph/nodes/career/onGarageEvent.lua
Detects various garage-related events such as inventory opening, vehicle selection, and garage mode ending.
Pin Schema
Output Pins
| Pin | Type | Description |
|---|---|---|
beforeGarageInventoryOpened | flow (impulse) | Fires when the inventory menu for before-garage opens |
beforeGarageVehicleSelected | flow (impulse) | Fires when a vehicle is selected before garage mode |
endMode | flow (impulse) | Fires when garage mode ends |
Behavior
work()- Resets output pins, applies queued flags, clears flags table.
Event Hooks
| Hook | Output Pin |
|---|---|
onBeforeGarageVehicleSelectionMenuOpened | beforeGarageInventoryOpened |
onBeforeGarageVehicleSelected | beforeGarageVehicleSelected |
onEndGarageMode | endMode |
Notes
- Standard flags-based impulse pattern.
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